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 "Skull"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20634899 | 3 months ago | | | 0 | 0.00012284964 | |
| 19997116 | 6 months ago | | | 0 | 0.00022433006 | |
| 19233568 | 9 months ago | | | 0 | 0.00072349267 | |
| 19157763 | 10 months ago | | | 0 | 0.00032525611 | |
| 18838321 | a year ago | | | 0 | 0.00067456481 | |
| 18803548 | a year ago | | | 0 | 0.00072461713 | |
| 18720368 | a year ago | | | 0 | 0.0011957310 | |
| 18210893 | a year ago | | | 0 | 0.00031296344 | |
| 17877963 | a year ago | | | 0 | 0.00068960823 | |
| 17793383 | a year ago | | | 0 | 0.0018822985 |
ABI
ABI objects
Getter at block 21264536
owner() view returns (address)
0xcb7a92f2e8dca5376195f7287b9724da83aa693f
paused() view returns (bool)
false
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)
uri(uint256) view returns (string)
State-modifying
Events addAltar(address a)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
mint(address to, uint256 id, uint256 amount, bytes data)
pause()
removeAltar(address a)
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)
setURI(string newURI)
transferOwnership(address newOwner)
unpause()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
Unpaused(address account)
constructor(string uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.