MSC Antidote
Verified contract
Active on
Ethereum with 1,494 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MSC Antidote"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206423 | 9 hours ago | | | 0 | 0.00073952901 | |
| 21084517 | 17 days ago | | | 0 | 0.00035781425 | |
| 21067695 | 20 days ago | | | 0 | 0.00038962599 | |
| 21067037 | 20 days ago | | | 0 | 0.00044518520 | |
| 21067036 | 20 days ago | | | 0 | 0.00072414145 | |
| 21058332 | 21 days ago | | | 0 | 0.00041120414 | |
| 21033641 | 24 days ago | | | 0 | 0.00045453049 | |
| 21012778 | a month ago | | | 0 | 0.00059691623 | |
| 20966132 | a month ago | | | 0 | 0.0010062711 | |
| 20960402 | a month ago | | | 0 | 0.00038575818 |
ABI
ABI objects
Getter at block 21209178
name() view returns (string)
MSC Antidote
owner() view returns (address)
0xa19a614242e637491ecf76c19bb5b2a356cc0509
symbol() view returns (string)
MSCA
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256) view returns (bool)
uri(uint256 _id) view returns (string)
State-modifying
Events burnAntidoteForAddress(uint256 _id, address _burnForAddress)
mint(uint256 _id, uint256 _amount)
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)
setMutationContractAddress(address _mutationContractAddress)
setURI(string _baseURI)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
constructor(string _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.