Krap Chickens
Verified contract
Proxy
Active on
Ethereum with 7,591 txns
Unified storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 41 additional slots
25 additional
variables
Balances ($0.00)
No balances found for "Krap Chickens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21064831 | 14 days ago | | | 0 | 0.0016326898 | |
| 21049809 | 16 days ago | | | 0 | 0.00033479314 | |
| 21047401 | 17 days ago | | | 0 | 0.00065915348 | |
| 21027984 | 20 days ago | | | 0 | 0.00060596843 | |
| 21027982 | 20 days ago | | | 0 | 0.00080515046 | |
| 21010443 | 22 days ago | | | 0 | 0.00040363383 | |
| 20989545 | 25 days ago | | | 0 | 0.00074971518 | |
| 20912390 | a month ago | | | 0 | 0.00031159386 | |
| 20888016 | a month ago | | | 0 | 0.00026991321 | |
| 20887975 | a month ago | | | 0 | 0.00030370262 |
ABI
ABI objects
Getter at block 21167720
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SANCTIONS_CONTRACT() view returns (address)
0x40c57923924b5c5c5455c48d93317139addac8fb
allowlists() view returns (uint256 currentStartId, uint256 count)
(currentStartId=0, count=7)
config() view returns (struct IConfigMint mintConfig, struct IConfigToken tokenConfig)
(mintConfig=(true, 0, 1661986800, 10420, 1000, 100, 180000000000000000), tokenConfig=())
contractType() pure returns (bytes32)
0x50726f707345524337323141555374616b696e67000000000000000000000000
contractURI() view returns (string)
ipfs://bafkreiblwclyswntum34jezh3zkavq3xjkc3l5bteygkvzqrlxtwvemnvy
contractVersion() pure returns (uint8)
1
isSelfClaimActive() view returns (bool)
false
name() view returns (string)
Krap Chickens
owner() view returns (address)
0x0cc6ad9172131942acbbac3c6ce5885ca40a31ff
paused() view returns (bool)
false
project() view returns (address)
0x0000000000000000000000000000000000000000
receivingWallet() view returns (address)
0x0cc6ad9172131942acbbac3c6ce5885ca40a31ff
stakingERC20Address() view returns (address)
0xca4c2ff1f20f3be07078cf5f37b9c90764aa0388
symbol() view returns (string)
KRAPCHICKENS
totalSupply() view returns (uint256)
4000
Read-only
aggregateTotalERC20TokenBalance(address holder) view returns (uint256 erc20tokens)
aggregateUnclaimedERC20TokenBalance(address holder) view returns (uint256 erc20tokens)
balanceOf(address owner) view returns (uint256)
claimTimer(address, uint256) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
getAllowlistById(uint256 _allowlistId) view returns (struct IAllowlistAllowlist allowlist)
getApproved(uint256 tokenId) view returns (address)
getMintedByAllowlist(uint256 _allowlistId) view returns (uint256 mintedBy)
getMintedByUid(string _uid, address _wallet) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasMinRole(bytes32 _role) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isSanctioned(address _operatorAddress) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
minted(address) view returns (uint256)
mintedByAllowlist(address, uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
unclaimedERC20BalanceByToken(uint256 tokenId, address holder) view returns (uint256 unclaimedERC20Tokens)
State-modifying
Events admin() returns (address admin_)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addAllowlist(struct IAllowlistAllowlist _allowlist)
airdrop(address[] __to, uint256[] __quantities)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claimERC20Tokens()
forceClaimERC20Tokens(address from, uint256 tokenId)
grantRole(bytes32 role, address account)
initialize(address _defaultAdmin, string _name, string _symbol, string _baseURI, address[] _trustedForwarders, address _receivingWallet, address _accessRegistry)
mint(uint256[] _quantities, bytes32[][] _proofs, uint256[] _allocations, uint256[] _allowlistIds) payable
mintWithSignature(struct ISignatureMintingSignatureMintCart cart) payable
multicall(bytes[] data) returns (bytes[] results)
pause()
renounceRole(bytes32 role, address account)
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)
setConfig(struct IConfigConfig _config)
setContractURI(string _uri)
setOwner(address _newOwner)
setReceivingWallet(address _address)
setSanctionsContract(address _address)
setStakingERC20Address(address _address)
transferFrom(address from, address to, uint256 tokenId)
unpause()
updateAllowlistByIndex(struct IAllowlistAllowlist _allowlist, uint256 i)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
Minted(address indexed account, string tokens)
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
Paused(address account)
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)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AllowlistInactive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InsufficientFunds()
InvalidQueryRange()
InvalidSignature()
MerkleProofInvalid()
MintClosed()
MintQuantityInvalid()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
Sanctioned()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()