GoddessFragments
Verified contract
Active on
Ethereum with 972 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x82fd…efe5
0xdb78…0736
Balances ($0.00)
No balances found for "GoddessFragments"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13072612 | 3 years ago | | | 0 | 0.0012405150 | |
| 13072567 | 3 years ago | | | 0 | 0.0019729622 | |
| 12540482 | 3 years ago | | | 0 | 0.0030560860 | |
| 12540460 | 3 years ago | | | 0 | 0.0012784302 | |
| 12216470 | 4 years ago | | | 0 | 0.0041246540 | |
| 12216461 | 4 years ago | | | 0 | 0.0042477780 | |
| 12214932 | 4 years ago | | | 0 | 0.0045863690 | |
| 12017079 | 4 years ago | | | 0 | 0.024758216 | |
| 12013295 | 4 years ago | | | 0 | 0.025854838 | |
| 12010891 | 4 years ago | | | 0 | 0.023579625 |
ABI
ABI objects
Getter at block 21273135 fusionFeeInGds() view returns (uint256)
admin() view returns (address)
0x8db6a3fe0f238ed9f9e440fbed33d6c25e06d8a5
burnInBps() view returns (uint256)
2500
fusionFee() view returns (uint256)
24000000
getOperators() view returns (address[])
[0x556890075123744AF24D38954bB320aE2Dd00c88, 0x29d7D9C1025eaC6A572ce51e351D59c80C71B57F, 0x9dC78B9b2755975258233e1AFD39250529331Dfb, 0x815e97CD37cF1916b4BaBD863Bd815C4Fe79D48c, 0x7E352dB41f392134b2016f2B5829c89f0d9dE323, 0x5dB4504b145273bCF5d38a9fd53313171c98074E, 0x73a1061b78ca22e7405447CB2Fd152be148c48Fb, 0x01de35f091BB81b83fE66Dcc584F4cC5c9D2eA14, 0xE0f453694822dd03a00E0EF91dba98d637cb5455, 0x02377e98b6729b8CB6E5581d97AA35071C80b6fe, 0xa26fE8037E1f24dc85C0143a7CAAa4f2Cc38a431]
goddess() view returns (address)
0x82fdd32e998536609b624e033a16a879d2ebefe5
goddessToken() view returns (address)
0xdb78f97b26757330bedc2b4d9729c3e4c4560736
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
stablecoin() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
totalFragments() view returns (uint256)
24890908950472111477189
treasury() view returns (address)
0x484535c90774c2889cbe92a0d91a3af4e7538b90
treasuryInBps() view returns (uint256)
1250
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
authors(uint256) view returns (address)
balanceOf(address user) view returns (uint256)
fusionRequire(uint256) view returns (uint256)
nextLevel(uint256) view returns (uint256)
summonRequire(uint256) view returns (uint256)
State-modifying
Events addGoddess(uint256 maxQuantity, uint256 numFragments, address author)
addNextLevelGoddess(uint256 goddessID, uint256 fusionAmount) returns (uint256)
addOperator(address newOperator)
claimAdmin()
collectFragments(address user, uint256 amount)
fuse(uint256 goddessID)
removeOperator(address operator)
setFusionFee(address _stablecoin, uint256 _fusionFee, uint256 _burnInBps, uint256 _treasuryInBps)
setTreasury(address _treasury)
setUniswapRouter(address _uniswapRouter)
summon(uint256 goddessID)
transferAdmin(address newAdmin)
transferAdminQuickly(address newAdmin)
withdrawEther(uint256 amount, address sendTo)
withdrawToken(address token, uint256 amount, address sendTo)
AdminClaimed(address newAdmin, address previousAdmin)
EtherWithdraw(uint256 amount, address sendTo)
FusionFee(address stablecoin, uint256 fusionFee, uint256 burnInBps, uint256 treasuryInBps)
GoddessAdded(uint256 goddessID, uint256 fragments)
OperatorAdded(address newOperator, bool isAdd)
Staked(address indexed user, uint256 amount)
TokenWithdraw(address token, uint256 amount, address sendTo)
TransferAdminPending(address pendingAdmin)
constructor(address _admin, address _goddessToken, address _goddess, address _uniswapRouter, address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.