MAGC Antidote
Verified contract
Active on
Ethereum with 87 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xab28…baf2
0xe986…df02
0x8408…5e92
0xc8a3…3755
Balances ($0.00)
No balances found for "MAGC Antidote"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16076095 | 2 years ago | | | 0 | 0.0033323600 | |
| 16076089 | 2 years ago | | | 0 | 0.0068001547 | |
| 15897602 | 2 years ago | | | 0 | 0.0016483168 | |
| 15897596 | 2 years ago | | | 0 | 0.0045074208 | |
| 15861882 | 2 years ago | | | 0 | 0.00097713443 | |
| 15861878 | 2 years ago | | | 0 | 0.0024550336 | |
| 15788572 | 2 years ago | | | 0 | 0.0012900035 | |
| 15788568 | 2 years ago | | | 0 | 0.0037968029 | |
| 15788563 | 2 years ago | | | 0 | 0.0014011836 | |
| 15788559 | 2 years ago | | | 0 | 0.0039228936 |
ABI
ABI objects
Getter at block 21221794
cagc() view returns (address)
0xab28f24812dc22ffcd6ff280f94a3ef5ce1abaf2
chad() view returns (address)
0x8408abb1bf0812603a8a57678048187166a25e92
magc() view returns (address)
0xe98672402b6297b675bc14d4a4363ad7c84edf02
maxSupply() view returns (uint256)
2924
mintedSupply() view returns (uint256)
166
name() pure returns (string)
MAGC Antidote
owner() view returns (address)
0x20c7b8c779669b106c08baa07df8f7f2356018c2
paused() view returns (bool)
false
stakingContract() view returns (address)
0xc8a3a8db5295449e7b751ae91549d78d0bb83755
symbol() pure returns (string)
CURE
upgradeCost() view returns (uint256)
300000000000000000000
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
cagcTokensOfOwner(address owner) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isUpgraded(uint256) view returns (bool)
isUsedCagc(uint256) view returns (bool)
isUsedMagc(uint256) view returns (bool)
magcTokensOfOwner(address owner) view returns (uint256[])
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
claim(uint256[] _cagcId, uint256[] _magcId)
pause()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string newuri)
transferOwnership(address newOwner)
unpause()
upgrade(uint256[] _magcId)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
upgraded(uint256 _magcId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.