Truth AIDOGE
Verified contract
Active on
Ethereum with 1,972 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Truth AIDOGE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21304149 | 7 hours ago | | | 0 | 0.00053552665 | |
| 21304145 | 7 hours ago | | | 0 | 0.00050041729 | |
| 21197340 | 15 days ago | | | 0 | 0.00089636328 | |
| 21028542 | a month ago | | | 0 | 0.00063074646 | |
| 20980431 | a month ago | | | 0 | 0.00058578976 | |
| 20790638 | 2 months ago | | | 0 | 0.0014843345 | |
| 20700064 | 3 months ago | | | 0 | 0.000069365002 | |
| 20698975 | 3 months ago | | | 0 | 0.00016900887 | |
| 20619261 | 3 months ago | | | 0 | 0.000061351414 | |
| 20615635 | 3 months ago | | | 0 | 0.000078557253 |
ABI
ABI objects
Getter at block 21306208
MAX_SUPPLY() view returns (uint256)
10000
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
https://nft.arbdoge.ai/nft/avatar/
getMinterLength() view returns (uint256)
2
mintEnded() view returns (bool)
false
name() view returns (string)
Truth AIDOGE
nextTokenId() view returns (uint256)
3455
owner() view returns (address)
0x1d817c31123531259d30a867c39a86cfdb9ad0c1
symbol() view returns (string)
AIDO
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMinter(uint256 index) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addMinter(address minter) returns (bool)
approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
delMinter(address minter) returns (bool)
endMint()
mint(address to) returns (uint256)
mint(address to, uint256 num)
renounceOwnership()
resetTokenRoyalty(uint256 id)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setDefaultRoyalty(address receiver, uint96 royalty)
setTokenRoyalty(uint256 id, address receiver, uint96 royalty)
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)
Open(uint256 indexed id, address indexed owner, uint256 openTime)
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.
OperatorNotAllowed(address operator)