ETH-MEN Exclusive
Verified contract
Active on
Ethereum with 295 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 "ETH-MEN Exclusive"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17023274 | 2 years ago | | | 0 | 0.00099809075 | |
| 16550334 | 2 years ago | | | 0 | 0.0015819232 | |
| 16544524 | 2 years ago | | | 0 | 0.0011332967 | |
| 15606797 | 2 years ago | | | 0 | 0.00023486092 | |
| 15592415 | 2 years ago | | | 0 | 0.00033210447 | |
| 15496729 | 2 years ago | | | 0 | 0.00075053727 | |
| 15157406 | 2 years ago | | | 0 | 0.00073946249 | |
| 15131402 | 2 years ago | | | 0 | 0.00095503605 | |
| 15113009 | 2 years ago | | | 0 | 0.00040891623 | |
| 15071913 | 2 years ago | | | 0 | 0.0026140175 |
ABI
ABI objects
Getter at block 21215242 totalTokenTypes() view returns (uint256)
name() view returns (string)
ETH-MEN Exclusive
owner() view returns (address)
0x968f7fb671f8737738c356060caadb1714e0bfcf
symbol() view returns (string)
EME
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)
tokenTypesOf(address _owner) view returns (uint256[] ids)
totalBalance(address _owner) view returns (uint256)
totalSupply(uint256 id) view returns (uint256 total_supply)
uri(uint256 id) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 amount)
mint(address account, uint256 id, uint256 amount, string _metadata)
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)
setTokenUri(uint256 id, string _metadata)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.