LocationTBADAO
Verified contract
Active on
Ethereum with 4,140 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 "LocationTBADAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16658387 | 2 years ago | | | 0 | 0.00084571340 | |
| 16636105 | 2 years ago | | | 0 | 0.0019705097 | |
| 16636062 | 2 years ago | | | 0 | 0.0020721024 | |
| 16636031 | 2 years ago | | | 0 | 0.0026005033 | |
| 16634516 | 2 years ago | | | 0 | 0.0016596624 | |
| 16631375 | 2 years ago | | | 0 | 0.0014558451 | |
| 16533399 | 2 years ago | | | 0 | 0.00083053975 | |
| 16472593 | 2 years ago | | | 0 | 0.00081804930 | |
| 16110438 | 2 years ago | | | 0 | 0.00054348801 | |
| 16110437 | 2 years ago | | | 0 | 0.00057699796 |
ABI
ABI objects
Getter at block 21224466
maxSupply() view returns (uint256)
4
name() view returns (string)
LocationTBADAO
owner() view returns (address)
0xa515051ee58474a5c99bd8979118f4493b8ff92c
symbol() view returns (string)
TBADAO
totalSupply() view returns (uint256)
4170
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 airdrop(address receiver)
approve(address to, uint256 tokenId)
mint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMaxSupply(uint256 supply)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NahYoureBoundToMe()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()