Frenzy Ducks
Verified contract
Active on
Ethereum with 5,826 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Frenzy Ducks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19076520 | 10 months ago | | | 0 | 0.00073013497 | |
| 18644993 | a year ago | | | 0 | 0.0011129953 | |
| 18402369 | a year ago | | | 0 | 0.00038170899 | |
| 18400550 | a year ago | | | 0 | 0.0010764293 | |
| 18365396 | a year ago | | | 0 | 0.00051017547 | |
| 18336523 | a year ago | | | 0 | 0.00040876392 | |
| 18259915 | a year ago | | | 0 | 0.00028597888 | |
| 18111331 | a year ago | | | 0 | 0.00039165570 | |
| 17546034 | a year ago | | | 0 | 0.0011837897 | |
| 17466036 | a year ago | | | 0 | 0.0013932869 |
ABI
ABI objects
Getter at block 21207390
MAX_FRENZYDUCKS() view returns (uint256)
2036
MAX_PER_WALET() view returns (uint256)
1
MAX_SALE() view returns (uint256)
2
name() view returns (string)
Frenzy Ducks
owner() view returns (address)
0xa7b5cf34ddb26a5e8efb8a652c9c7f5aefb160b8
preSaleOver() view returns (bool)
true
preSaleStarted() view returns (bool)
false
price() view returns (uint256)
0
saleStarted() view returns (bool)
false
symbol() view returns (string)
FD
totalSupply() view returns (uint256)
517
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, uint256 value) view returns (address receiver, uint256 royaltyAmount)
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 approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 _quantity) payable
mintByOwner(address _to, uint256 _quantity)
multiMintByOwner(address[] _mintAddressList, uint256[] _quantityList)
pausePreSale()
pauseSale()
preMint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setMaxFrenzyDucks(uint256 _maxFrenzyDucks)
setMaxSale(uint256 _maxSale, uint256 _maxFrenzyDucksPerWallet)
setPrice(uint256 _price)
startPreSale()
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
FrenzyDucksMinted(uint256 indexed tokenId, address indexed owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.