Elfiverse NFT Collecetion
Verified contract
Active on
Ethereum with 3,669 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 "Elfiverse NFT Collecetion"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275676 | 4 days ago | | | 0 | 0.00051239447 | |
| 21107483 | a month ago | | | 0 | 0.00046900002 | |
| 21106749 | a month ago | | | 0 | 0.00010303417 | |
| 21105927 | a month ago | | | 0 | 0.000084525000 | |
| 21105696 | a month ago | | | 0 | 0.000077919104 | |
| 21102829 | a month ago | | | 0 | 0.00013882975 | |
| 21102392 | a month ago | | | 0 | 0.00012062072 | |
| 21102390 | a month ago | | | 0 | 0.00011895354 | |
| 21102195 | a month ago | | | 0 | 0.00014490000 | |
| 21042548 | a month ago | | | 0 | 0.00024669647 |
ABI
ABI objects
Getter at block 21305142
baseURI() view returns (string)
https://ipfs.io/ipfs/QmcPYvt9yDRE1Y3dTv3DKrZpqbWXrM8ZRfqjCtqCDTdL2o
count() view returns (uint256)
5053
name() view returns (string)
Elfiverse NFT Collecetion
owner() view returns (address)
0x0b23b95143baf28e04686a892b0eba4707efed5f
symbol() view returns (string)
ELF
Read-only
authorized(address) view returns (bool)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
isAuthorized(address who) view returns (bool)
ownerOf(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address spender, uint256 id)
authorize(address who)
deauthorize(address who)
mint(address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setOwner(address who)
transferFrom(address from, address to, uint256 id)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(string _name, string _symbol, address _owner, string _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.