SkullsOnETH
Verified contract
Active on
Ethereum with 414 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 "SkullsOnETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17068337 | 2 years ago | | | 0 | 0.0017801211 | |
| 17068335 | 2 years ago | | | 0 | 0.0017868357 | |
| 17068334 | 2 years ago | | | 0 | 0.0024583780 | |
| 16368734 | 2 years ago | | | 0 | 0.0011322856 | |
| 16305288 | 2 years ago | | | 0 | 0.00074351208 | |
| 16298131 | 2 years ago | | | 0 | 0.00068907806 | |
| 16118498 | 2 years ago | | | 0 | 0.00086562579 | |
| 16005784 | 2 years ago | | | 0 | 0.00095137077 | |
| 15975316 | 2 years ago | | | 0 | 0.00092875805 | |
| 15917830 | 2 years ago | | | 0 | 0.00063845005 |
ABI
ABI objects
Getter at block 21293183
contractURI() pure returns (string)
ipfs://QmZ4SvtxXUti5Mr2nvPaKEgsxU7XaRMqJPUf5et6SrdRNw
getMaxTokenAmount() view returns (uint256)
365
name() view returns (string)
SkullsOnETH
owner() view returns (address)
0x13a8405ffb7565c10f137418dabe1f5c4c27cd37
symbol() view returns (string)
SOE
totalSupply() view returns (uint256)
300
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintToken(address recipient, uint256 tokenId, string metadataHash, string mediaHash) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.