Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xee87…edf5
0x1f17…5084
Balances ($0.00)
No balances found for "Sale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16927115 | 2 years ago | | | 0 | 0.0048089042 | |
| 16927109 | 2 years ago | | | 0 | 0.0054846417 | |
| 16926665 | 2 years ago | | | 0 | 0.0066006474 | |
| 16923478 | 2 years ago | | | 0 | 0.0033445943 | |
| 16921560 | 2 years ago | | | 0 | 0.0041962875 | |
| 16920947 | 2 years ago | | | 0.1 | 0.0028633430 | |
| 16915967 | 2 years ago | | | 0 | 0.0087261120 | |
| 16914102 | 2 years ago | | | 0 | 0.0046480973 | |
| 16914082 | 2 years ago | | | 0 | 0.0023546232 | |
| 16913571 | 2 years ago | | | 0 | 0.0032478979 |
ABI
ABI objects
Getter at block 21313467
K9DAO() view returns (address)
0xc81e9467807c052094a51a34987bdb3a9d0f8359
MAX_SUPPLY() view returns (uint256)
5555
MINT_PRICE() view returns (uint256)
50000000000000000
RARITY_PRICE() view returns (uint256)
5555000000000000000000
boom() view returns (address)
0x1f17996beacc0803841d5f8cecc753e688fb5084
claimsEnabled() view returns (bool)
false
generalEnabled() view returns (bool)
false
owner() view returns (address)
0xc81e9467807c052094a51a34987bdb3a9d0f8359
signer() view returns (address)
0x096608dc54fe6ec16494b2f2b1379bb49aec84d3
totalMints() view returns (uint256)
629
unreservedMintLimit() view returns (uint256)
5555
unreservedMints() view returns (uint256)
158
whitelistsEnabled() view returns (bool)
false
woofPack() view returns (address)
0xee876544e9c042baca6405f55a7db0991496edf5
Read-only
claims(address) view returns (uint256)
whitelistMints(address) view returns (uint256)
State-modifying
Events claimMint(uint256 quantity, bool rare, bytes signature, uint256 maxAllowed)
generalMint(uint256 quantity, bool rare) payable
ownerMint(address recipient, uint256 quantity, bool rare)
renounceOwnership()
setClaimsEnabled(bool _enabled)
setGeneralEnabled(bool _enabled)
setK9DAO(address _K9DAO)
setMintPrice(uint256 _price)
setSigner(address _signer)
setUnreservedMintLimit(uint256 _unreservedMintLimit)
setWhitelistEnabled(bool _enabled)
transferOwnership(address newOwner)
whitelistMint(uint256 quantity, bool rare, bytes signature, uint256 maxAllowed) payable
withdraw()
Mint(address recipient, uint256 id, bool rare)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _signer, uint256 _unreservedMintLimit, address _woofPack, address _boom)
This contract contains no fallback and receive objects.
This contract contains no error objects.