Ducklebutts
Verified contract
Active on
Ethereum with 33 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 "Ducklebutts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17486021 | a year ago | | | 0 | 0.00059988433 | |
| 14907069 | 2 years ago | | | 0.01 | 0.0030023835 | |
| 14907069 | 2 years ago | | | 0.01 | 0.0030023835 | |
| 14907069 | 2 years ago | | | 0.01 | 0.0030023835 | |
| 14907067 | 2 years ago | | | 0.01 | 0.0024435874 | |
| 14707986 | 3 years ago | | | 0 | 0.0023588104 | |
| 14707986 | 3 years ago | | | 0 | 0.0023588104 | |
| 14421979 | 3 years ago | | | 0.01 | 0.00095871274 | |
| 14421963 | 3 years ago | | | 0.01 | 0.00090651933 | |
| 14421962 | 3 years ago | | | 0.01 | 0.00089347571 |
ABI
ABI objects
Getter at block 21296138
MAX_PER_TX() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
600
PRICE() view returns (uint256)
10000000000000000
baseURI() view returns (string)
name() view returns (string)
Ducklebutts
owner() view returns (address)
0x78a517b36023a0450cfe4e0e544293af27229f8d
saleIsDuckingActive() view returns (bool)
true
symbol() view returns (string)
DUCKLEBUTTS
totalMinted() view returns (uint256)
35
totalSupply() view returns (uint256)
35
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)
ducktivate()
mint(uint256 amount) payable
ownerMint(uint256 amount)
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)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()