EsionMusic
Verified contract
Active on
Ethereum with 2,568 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 "EsionMusic"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21143805 | 21 days ago | | | 0 | 0.0011353282 | |
| 20549620 | 3 months ago | | | 0 | 0.000060746400 | |
| 20143727 | 5 months ago | | | 0 | 0.00014208321 | |
| 19621973 | 8 months ago | | | 0 | 0.00072644949 | |
| 19172243 | 10 months ago | | | 0 | 0.00055646719 | |
| 19172243 | 10 months ago | | | 0 | 0.00055835627 | |
| 19005755 | a year ago | | | 0 | 0.00064923536 | |
| 18920491 | a year ago | | | 0 | 0.0012932804 | |
| 18824945 | a year ago | | | 0 | 0.0014601849 | |
| 18332949 | a year ago | | | 0 | 0.00029514885 |
ABI
ABI objects
Getter at block 21297751
CHANJU() view returns (uint8)
2
INTRO() view returns (uint8)
0
LAST_TOKEN_ID() view returns (uint8)
5
MOMMYSON() view returns (uint8)
1
OUTTRO() view returns (uint8)
5
SIONJUNG() view returns (uint8)
4
WONSTEINZIORPARK() view returns (uint8)
3
contractURI() view returns (string)
https://infura-ipfs.io/ipfs/QmQ4W7myo3jg2fwreGj32ajJCcdFCTvzxHFAGiLgimV76g/contractURI
owner() view returns (address)
0x50391fae7c51cb5f74ce4048dd71542b128930f8
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _id) view returns (string)
State-modifying
Events burn(address from, uint256 id, uint256 amount)
mint(address from, 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)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMetadataUri(string _metadataUri)
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 _metadataUri, address _royaltyReceiver, uint96 _royaltyFeeNumerator)
This contract contains no fallback and receive objects.
This contract contains no error objects.