ON Chain Ducks
Verified contract
Active on
Ethereum with 3,816 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,727.90)
Native
Value
$2,727.9
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.867 | $3,146.37 |
$2,727.9 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21037559 | 25 days ago | | | 0 | 0.00036450070 | |
| 20647339 | 3 months ago | | | 0 | 0.000051886150 | |
| 20630479 | 3 months ago | | | 0 | 0.000055447184 | |
| 20622877 | 3 months ago | | | 0 | 0.00077210277 | |
| 20585767 | 3 months ago | | | 0 | 0.000060500391 | |
| 20492632 | 3 months ago | | | 0 | 0.000096753098 | |
| 20396515 | 4 months ago | | | 0 | 0.000095803613 | |
| 20275612 | 4 months ago | | | 0 | 0.00010585099 | |
| 20249682 | 4 months ago | | | 0 | 0.000072678951 | |
| 20248891 | 4 months ago | | | 0 | 0.00020519950 |
ABI
ABI objects
Getter at block 21217812
COST() view returns (uint256)
3000000000000000
MAX_BUY_PER_TX() view returns (uint256)
30
MAX_FREE_PER_WALLET() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
5555
contractURI() view returns (string)
ipfs://bafybeig4e7gofyvsu6qoybd4dnbfnubi54rtt4nwcfxludcm462qetprki/
name() view returns (string)
ON Chain Ducks
saleIsActive() view returns (bool)
true
symbol() view returns (string)
OCD
totalSupply() view returns (uint256)
5555
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)
buy(uint256 _amount) payable
mint(uint256 _amount)
ownerMint(address _to, uint256 _amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setContractURI(string _new_contractURI)
setName(string _newName, string _newSymbol)
setSale(bool _saleIsActive)
transferFrom(address from, address to, uint256 tokenId)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()