Skip to content

Commit 12ab8e2

Browse files
redeployment-fuji-PARTY
1 parent 5682faf commit 12ab8e2

File tree

7 files changed

+28024
-26388
lines changed

7 files changed

+28024
-26388
lines changed

build/contracts/ERC20.json

Lines changed: 292 additions & 261 deletions
Large diffs are not rendered by default.

build/contracts/Migrations.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -890,12 +890,12 @@
890890
"1": {
891891
"events": {},
892892
"links": {},
893-
"address": "0x9c2fd4cdF4DEcD969E0dd3843A06D4C66f4F5fa3",
894-
"transactionHash": "0x712fda345742f5572b0964c0744ad0926e7816a65b12d47ef80ec4bbe6d70554"
893+
"address": "0xc9Ab4a9bC7e677e50C4B0987A8d6aDB2dc7482B6",
894+
"transactionHash": "0x3502e325bb004c00a2b93e9e4bdd4f024a8010db8f5b3687ed52829e403cad9b"
895895
}
896896
},
897-
"schemaVersion": "3.2.5",
898-
"updatedAt": "2021-07-28T02:12:35.045Z",
897+
"schemaVersion": "3.4.1",
898+
"updatedAt": "2021-08-21T14:05:09.965Z",
899899
"networkType": "ethereum",
900900
"devdoc": {
901901
"methods": {}

build/contracts/PartyERC20.json

Lines changed: 6324 additions & 5955 deletions
Large diffs are not rendered by default.

build/contracts/PartyFactory.json

Lines changed: 3438 additions & 3228 deletions
Large diffs are not rendered by default.

build/contracts/PartyPair.json

Lines changed: 17950 additions & 16922 deletions
Large diffs are not rendered by default.

contracts/PartyERC20.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import './libraries/SafeMath.sol';
66
contract PartyERC20 is IPartyERC20 {
77
using SafeMath for uint256;
88

9-
string public constant name = 'YAY Liquidity';
10-
string public constant symbol = 'xYAY';
9+
string public constant name = 'xPARTY';
10+
string public constant symbol = 'xPARTY';
1111
uint8 public constant decimals = 18;
1212
uint256 public totalSupply;
1313
mapping(address => uint256) public balanceOf;

data.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,26 @@ Replacing 'PartyFactory'
2626

2727
---
2828

29-
Deploying 'PartyFactory'
29+
Replacing 'PartyFactory'
3030

3131
---
3232

33-
- transaction hash: 0x37284174c80cf41dd442a0a45bf66ebe6a8abfd6105165d951699d8d420126bd
34-
- Blocks: 1 Seconds: 5
35-
- contract address: 0x8d375aEF8FDe14951b9B3B169A0E02f31f1634D2
36-
- block number: 569377
37-
- block timestamp: 1627003005
33+
- transaction hash: 0x27a2b9c3443fcd6152b6e2213e65e395b4853e2bdaa0625b3206a151e31f81ee
34+
- Blocks: 0 Seconds: 0
35+
- contract address: 0x79D0b125CEA315aAB0Bb1BC2322287D3EBB88E47
36+
- block number: 840935
37+
- block timestamp: 1629554705
3838
- account: 0x3b73F15142945f260148aDa3Db15b0657D12831C
39-
- balance: 9.206423295
40-
- gas used: 2427893 (0x250bf5)
41-
- gas price: 470 gwei
39+
- balance: 16.181847018904306
40+
- gas used: 2416202 (0x24de4a)
41+
- gas price: 225 gwei
4242
- value sent: 0 ETH
43-
- total cost: 1.14110971 ETH
44-
- INIT_CODE_PAIR_HASH: 0x70b87c353c4c3fc263074ac4cd6669c4f67dffaf7638b82430aca673a6b2ae88
43+
- total cost: 0.54364545 ETH
44+
- INIT CODE PAIR HASH: 0xaff9bd86cf227c7b7b318a583c8d4fb43edeac6db90224c7a831e27d051c3124
4545

46-
- Saving migration to chain.
47-
- Saving artifacts
46+
* Saving migration to chain.
47+
* Saving artifacts
4848

4949
---
5050

51-
- Total cost: 1.14110971 ETH
52-
53-
---
51+
- Total cost: 0.54364545 ETH

0 commit comments

Comments
 (0)