D0G3D0G3D0G3
Verified contract
Active on
Ethereum with 1,027 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 "D0G3D0G3D0G3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19458127 | 8 months ago | | | 0 | 0.0012935727 | |
| 19323084 | 9 months ago | | | 0 | 0.00082799922 | |
| 18754794 | a year ago | | | 0 | 0.0012722060 | |
| 18723886 | a year ago | | | 0 | 0.0026035154 | |
| 18653585 | a year ago | | | 0 | 0.00056041047 | |
| 18652082 | a year ago | | | 0 | 0.00062624078 | |
| 18645426 | a year ago | | | 0 | 0.00080935396 | |
| 18645424 | a year ago | | | 0.01 | 0.0016547877 | |
| 18645419 | a year ago | | | 0 | 0.0024340724 | |
| 18645379 | a year ago | | | 0 | 0.0020699191 |
ABI
ABI objects
Getter at block 21296503
freePertx() view returns (uint256)
5
maxSupply() view returns (uint256)
1999
mintPrice() view returns (uint256)
2000000000000000
name() view returns (string)
D0G3D0G3D0G3
owner() view returns (address)
0x4221033b72e2acbcf7569f89143b311d8459aef5
symbol() view returns (string)
D0G3
totalSupply() view returns (uint256)
1992
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
free()
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)
setFreePerTx(uint256 free, uint256 max)
teamMint(address addr, uint256 amount)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()