Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Doge421"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15866499 | 2 years ago | | | 0 | 0.00033967068 | |
| 15781476 | 2 years ago | | | 0 | 0.00064168320 | |
| 15738036 | 2 years ago | | | 0 | 0.00025394400 | |
| 15686591 | 2 years ago | | | 0.002 | 0.00038635129 | |
| 15681999 | 2 years ago | | | 0.002 | 0.00053904607 | |
| 15681961 | 2 years ago | | | 0 | 0.00046008207 | |
| 15681896 | 2 years ago | | | 0 | 0.00074516284 | |
| 15681882 | 2 years ago | | | 0.002 | 0.00064670810 | |
| 15681741 | 2 years ago | | | 0.002 | 0.00056387781 | |
| 15681730 | 2 years ago | | | 0.002 | 0.00063435674 |
ABI
ABI objects
Getter at block 21290290
COST() view returns (uint256)
2000000000000000
MAX_FREE() view returns (uint256)
355
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
421
name() view returns (string)
Doge421
symbol() view returns (string)
DOGE421
totalSupply() view returns (uint256)
380
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) payable
freeMint()
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.