ALTAVA Second Skin : Metamorphosis
Verified contract
Active on
Ethereum with 4,720 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 "ALTAVA Second Skin : Metamorphosis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21196856 | 9 days ago | | | 0 | 0.00077930795 | |
| 21107432 | 21 days ago | | | 0 | 0.00054562529 | |
| 21030976 | a month ago | | | 0 | 0.00048038573 | |
| 20983101 | a month ago | | | 0 | 0.00018766680 | |
| 20983082 | a month ago | | | 0 | 0.00019195020 | |
| 20981703 | a month ago | | | 0 | 0.00022755670 | |
| 20981582 | a month ago | | | 0 | 0.00028198197 | |
| 20852065 | 2 months ago | | | 0 | 0.00026638540 | |
| 20843310 | 2 months ago | | | 0 | 0.00083550505 | |
| 20792736 | 2 months ago | | | 0 | 0.00052593984 |
ABI
ABI objects
Getter at block 21260418
CANNOT_TRANSFER_TO_ZERO_ADDRESS() view returns (string)
018002
NOT_CURRENT_OWNER() view returns (string)
018001
name() view returns (string _name)
ALTAVA Second Skin : Metamorphosis
owner() view returns (address)
0xe01617e376ee804f1d9799729a38463e8fd48e7b
symbol() view returns (string _symbol)
ALTAVA
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 _owner)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address _approved, uint256 _tokenId)
burn(uint256 _tokenId)
mint(address _to, uint256 _tokenId, string _uri)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setTokenUri(uint256 _tokenId, string _uri)
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.