MonetCardToken
Verified contract
Active on
Ethereum with 476 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 "MonetCardToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21299897 | 10 hours ago | | | 0 | 0.00030232451 | |
| 21101374 | a month ago | | | 0 | 0.00056775001 | |
| 20575329 | 3 months ago | | | 0 | 0.000041860491 | |
| 20191899 | 5 months ago | | | 0 | 0.00023185560 | |
| 20145254 | 5 months ago | | | 0 | 0.000091824000 | |
| 20102493 | 5 months ago | | | 0 | 0.00013955619 | |
| 20037317 | 6 months ago | | | 0 | 0.00018914222 | |
| 19849570 | 7 months ago | | | 0 | 0.000093643366 | |
| 19849262 | 7 months ago | | | 0 | 0.00013773600 | |
| 19826838 | 7 months ago | | | 0 | 0.00022906306 |
ABI
ABI objects
Getter at block 21302731 cardsTotalSupply() view returns (uint256[40] nums)
isMinter() view returns (bool)
false
isOwner() view returns (bool)
false
owner() view returns (address)
0x69c07a73d36224ec30ad64bff42f96dfb28b78a0
Read-only
balanceOf(address _owner, uint256 _id) view returns (uint256)
balanceOfBatch(address[] _owners, uint256[] _ids) view returns (uint256[])
cardsNumOf(address _owner, uint256 _level, uint256 _carry) view returns (uint256 nums)
cardsNumOfAll(address _owner, uint256 _carry) view returns (uint256[10] nums)
isApprovedForAll(address _owner, address _operator) view returns (bool)
supportsInterface(bytes4 _interfaceID) pure returns (bool)
totalSupply(uint256 _id) view returns (uint256)
State-modifying
Events cardsBatchBurnFrom(address _from, uint256[] _cards)
cardsBatchMint(address _to, uint256[] _cards)
safeBatchBurnFrom(address _from, uint256[] _ids, uint256[] _amounts)
safeBatchMint(address _to, uint256[] _ids, uint256[] _values)
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)
setMinter(address _minter, bool _approved)
transferOwnership(address newOwner)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
MinterChanged(address indexed minter, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed _operator, address indexed _from, address indexed _to, uint256[] _ids, uint256[] _amounts)
TransferSingle(address indexed _operator, address indexed _from, address indexed _to, uint256 _id, uint256 _amount)
URI(string _amount, uint256 indexed _id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.