.crypto
Verified contract
Active on
Ethereum with 46,224 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1 | $1.001 |
$1 | |
HEX | ERC-20 | 1.307 | $0.003121 |
$0 | |
C4Y | ERC-20 | 1.5K | -- | -- | |
UNIP | ERC-20 | 19.5 | -- | -- | |
(#209) | SATAN | ERC-721 | 1 | -- | -- |
(#208) | SATAN | ERC-721 | 1 | -- | -- |
(#207) | SATAN | ERC-721 | 1 | -- | -- |
(#206) | SATAN | ERC-721 | 1 | -- | -- |
(#205) | SATAN | ERC-721 | 1 | -- | -- |
(#204) | SATAN | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245535 | 4 hours ago | | | 0 | 0.00059923856 | |
| 21244438 | 7 hours ago | | | 0 | 0.00075848184 | |
| 21244087 | 9 hours ago | | | 0 | 0.00054119919 | |
| 21241730 | 16 hours ago | | | 0 | 0.00037873871 | |
| 21239902 | a day ago | | | 0 | 0.0023544404 | |
| 21239522 | a day ago | | | 0 | 0.00057841967 | |
| 21239457 | a day ago | | | 0 | 0.0028482883 | |
| 21239454 | a day ago | | | 0 | 0.0028095259 | |
| 21239019 | a day ago | | | 0 | 0.00085182787 | |
| 21237889 | a day ago | | | 0 | 0.00057912282 |
ABI
ABI objects
Getter at block 21246646
name() view returns (string)
.crypto
root() pure returns (uint256)
6915554286656091279949062454670022140884697215296220624394276976218079984239
symbol() view returns (string)
UD
Read-only
balanceOf(address owner) view returns (uint256)
childIdOf(uint256 tokenId, string label) pure returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isApprovedOrOwner(address spender, uint256 tokenId) view returns (bool)
isController(address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
resolverOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addController(address account)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
burnChild(uint256 tokenId, string label)
controlledBurn(uint256 tokenId)
controlledMintChild(address to, uint256 tokenId, string label)
controlledResolveTo(address to, uint256 tokenId)
controlledSafeMintChild(address to, uint256 tokenId, string label, bytes _data)
controlledSafeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
controlledSetTokenURIPrefix(string prefix)
controlledTransferFrom(address from, address to, uint256 tokenId)
mintChild(address to, uint256 tokenId, string label)
renounceController()
resolveTo(address to, uint256 tokenId)
safeMintChild(address to, uint256 tokenId, string label)
safeMintChild(address to, uint256 tokenId, string label, bytes _data)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
safeTransferFromChild(address from, address to, uint256 tokenId, string label)
safeTransferFromChild(address from, address to, uint256 tokenId, string label, bytes _data)
setApprovalForAll(address to, bool approved)
setOwner(address to, uint256 tokenId)
sync(uint256 tokenId, uint256 updateId)
transferFrom(address from, address to, uint256 tokenId)
transferFromChild(address from, address to, uint256 tokenId, string label)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NewURI(uint256 indexed tokenId, string uri)
NewURIPrefix(string prefix)
Resolve(uint256 indexed tokenId, address indexed to)
Sync(address indexed resolver, uint256 indexed updateId, uint256 indexed tokenId)
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.