ReverseDao Vesting NFT
Verified contract
Active on
Ethereum with 28 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 "ReverseDao Vesting NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16338232 | 2 years ago | | | 0 | 0.0022391691 | |
| 16237464 | 2 years ago | | | 0 | 0.00085909200 | |
| 16237460 | 2 years ago | | | 0 | 0.00085909200 | |
| 16237457 | 2 years ago | | | 0 | 0.00085909200 | |
| 16237455 | 2 years ago | | | 0 | 0.00085909200 | |
| 16237452 | 2 years ago | | | 0 | 0.00085909200 | |
| 16225631 | 2 years ago | | | 0 | 0.00085909200 | |
| 16225628 | 2 years ago | | | 0 | 0.00085909200 | |
| 16225626 | 2 years ago | | | 0 | 0.00085909200 | |
| 16225621 | 2 years ago | | | 0 | 0.00085909200 |
ABI
ABI objects
Getter at block 21203373
name() view returns (string)
ReverseDao Vesting NFT
owner() view returns (address)
0x23f7bf10dce9dea23329fff961d8f91a4a2cb9f9
symbol() view returns (string)
REVDNFT
totalSupply() view returns (uint256)
870
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)
ownerMint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setSupply(uint256 _supply)
setURI(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()