Dumb Ducks Campsite
Verified contract
Active on
Ethereum with 439 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 "Dumb Ducks Campsite"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20606679 | 2 months ago | | | 0 | 0.000020356195 | |
| 16595899 | 2 years ago | | | 0 | 0.0010970762 | |
| 16286304 | 2 years ago | | | 0 | 0.0014473830 | |
| 15586308 | 2 years ago | | | 0 | 0.00029971421 | |
| 15441546 | 2 years ago | | | 0 | 0.00069396250 | |
| 15376622 | 2 years ago | | | 0 | 0.00016313933 | |
| 14770149 | 2 years ago | | | 0 | 0.00091288865 | |
| 14739790 | 2 years ago | | | 0 | 0.00043088076 | |
| 14705025 | 2 years ago | | | 0 | 0.0035144743 | |
| 14677487 | 3 years ago | | | 0 | 0.0048387364 |
ABI
ABI objects
Getter at block 21091060
AIRDROP_ROLE() view returns (bytes32)
0x3a2f235c9daaf33349d300aadff2f15078a89df81bcfdd45ba11c8f816bddc6f
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FLAT_PRICE() view returns (uint256)
50000000000000000
MAX_ADOPTION() view returns (uint256)
50
MAX_DUMBDUCKS() view returns (uint256)
10000
RESERVE_DUMBDUCKS() view returns (uint256)
30
baseURI() view returns (string)
https://0xo2.mypinata.cloud/ipfs/QmfG2BuJRqQcLMxZCEt9dKbvD4ErjYnoCPmF8QViUNAWX9/
hasSaleStarted() view returns (bool)
true
name() view returns (string)
Dumb Ducks Campsite
owner() view returns (address)
0xd617c52405eb7b3c9df2c5d4c212e1798b36755c
symbol() view returns (string)
DUMBDUCKS
totalSupply() view returns (uint256)
471
Read-only
airdropSuccess(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events adoptDucks(uint256 numDucks) payable
approve(address to, uint256 tokenId)
claim()
grantRole(bytes32 role, address account)
pauseSale()
renounceOwnership()
renounceRole(bytes32 role, address account)
reserveGiveaway(uint256 numDucks)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelist(address[] addresses)
withdrawAll() 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)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.