BAYCSewerPassClaim
Verified contract
Active on
Ethereum with 25,412 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 "BAYCSewerPassClaim"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19217382 | 10 months ago | | | 0 | 0.00041535064 | |
| 19217382 | 10 months ago | | | 0 | 0.00041535064 | |
| 19217382 | 10 months ago | | | 0 | 0.00041535064 | |
| 19217382 | 10 months ago | | | 0 | 0.00041535064 | |
| 19217382 | 10 months ago | | | 0 | 0.00042716264 | |
| 19217382 | 10 months ago | | | 0 | 0.00042716264 | |
| 17502854 | a year ago | | | 0 | 0.00032070888 | |
| 17502854 | a year ago | | | 0 | 0.00032070888 | |
| 16587173 | 2 years ago | | | 0 | 0.0056541923 | |
| 16587160 | 2 years ago | | | 0 | 0.0062456613 |
ABI
ABI objects
Getter at block 21297776
BAKC_CONTRACT() view returns (address)
0xba30e5f9bb24caa003e9f2f0497ad287fdf95623
BAYC_CONTRACT() view returns (address)
0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d
DELEGATE_CASH_CONTRACT() view returns (address)
0x00000000000076a84fef008cdabe6409d2fe638b
MAYC_CONTRACT() view returns (address)
0x60e4d786628fea6478f785a6d7e704777c86a7c6
WARM_WALLET_CONTRACT() view returns (address)
0xc3aa9bc72bd623168860a1e5c6a4530d3d80456c
claimIsActive() view returns (bool)
false
operator() view returns (address)
0xda7a4a45ce9c5b42102fcb456ae2532bed252a24
owner() view returns (address)
0xda7a4a45ce9c5b42102fcb456ae2532bed252a24
sewerPassContract() view returns (address)
0x764aeebcf425d56800ef2c84f2578689415a2daa
Read-only
bakcClaimed(uint256) view returns (bool)
baycClaimed(uint256) view returns (bool)
checkClaimed(uint8 collectionId, uint256 tokenId) view returns (bool)
maycClaimed(uint256) view returns (bool)
State-modifying
Events claimBayc(uint256 baycTokenId)
claimBaycBakc(uint256 baycTokenId, uint256 bakcTokenId)
claimMayc(uint256 maycTokenId)
claimMaycBakc(uint256 maycTokenId, uint256 bakcTokenId)
flipClaimIsActiveState()
renounceOwnership()
setOperator(address _operator)
transferOwnership(address newOwner)
withdraw(address coinContract)
OperatorChanged(address operator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SewerPassMinted(uint256 indexed sewerPassTokenId, uint256 indexed tier, uint256 indexed baycMaycTokenId, uint256 bakcTokenId)
constructor(address _baycContract, address _maycContract, address _bakcContract, address _warmContract, address _delegateCashContract, address _sewerPassContract, address _operator)
This contract contains no fallback and receive objects.
ClaimIsNotActive()
OnlyOperatorError()
OperatorZeroAddressCheck()
TokenAlreadyClaimed()
UnauthorizedOwner()
ZeroAddressCheck()