Epiko NFT
Verified contract
Active on
Ethereum with 107 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 "Epiko NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20591123 | 3 months ago | | | 0 | 0.000031494959 | |
| 20255097 | 4 months ago | | | 0 | 0.00011278295 | |
| 20255085 | 4 months ago | | | 0 | 0.000093979423 | |
| 20255079 | 4 months ago | | | 0 | 0.00011640510 | |
| 20255069 | 4 months ago | | | 0 | 0.000095805991 | |
| 20255061 | 4 months ago | | | 0 | 0.000098544274 | |
| 20255009 | 4 months ago | | | 0 | 0.00020244625 | |
| 20254560 | 4 months ago | | | 0 | 0.000098743165 | |
| 20254539 | 4 months ago | | | 0 | 0.00010289635 | |
| 20161319 | 5 months ago | | | 0 | 0.00020263034 |
ABI
ABI objects
Getter at block 21190214
name() view returns (string)
Epiko NFT
owner() view returns (address)
0xdbd4c0df20c63721161868f25527f2ee368f6aac
symbol() view returns (string)
EPIKO
Read-only
_isExist(uint256 tokenId) view returns (bool)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getArtist(uint256 tokenId) view returns (address)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount_)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events burn(address from, uint256 tokenId, uint256 amounts)
configureMedia(address _mediaContract)
mint(address to, uint256 amount, uint256 royaltyFraction, string _uri, bytes data) returns (uint256 _id)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
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 _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.