CryptoSkulls
Verified contract
Active on
Ethereum with 10,341 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
CHCLOCKS | ERC-721 | 1 | -- | -- | |
DYSTO | ERC-721 | 1 | -- | -- | |
PMT | ERC-20 | 0.0002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262935 | 9 hours ago | | | 0 | 0.00033434826 | |
| 21261855 | 13 hours ago | | | 0 | 0.00033420071 | |
| 21250747 | 2 days ago | | | 0 | 0.0016817351 | |
| 21250153 | 2 days ago | | | 0 | 0.00045131621 | |
| 21247631 | 3 days ago | | | 0 | 0.0011370356 | |
| 21247462 | 3 days ago | | | 0 | 0.00055259755 | |
| 21247454 | 3 days ago | | | 0 | 0.0010368028 | |
| 21246937 | 3 days ago | | | 0 | 0.00062642169 | |
| 21244233 | 3 days ago | | | 0 | 0.00074789100 | |
| 21237221 | 4 days ago | | | 0 | 0.0010202322 |
ABI
ABI objects
Getter at block 21265646
imageHash() view returns (string)
ee45d31baca263402d1ed0a6f3262ced177420365fe10f3dcf069b32b105fef7
isOwner() view returns (bool)
false
name() view returns (string)
CryptoSkulls
owner() view returns (address)
0x9af756e7be065dca83674ec17f3703579a544da1
symbol() view returns (string)
CryptoSkulls
totalSupply() view returns (uint256)
10000
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256[] tokenIds)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setBaseTokenURI(string _baseTokenURI)
setProxyRegistryAddress(address _proxyRegistryAddress)
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(string name, string symbol, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.