CBOXAgent
Verified contract
Active on
Ethereum with 725 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 "CBOXAgent"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16067013 | 2 years ago | | | 0 | 0.0013988258 | |
| 15889632 | 2 years ago | | | 0 | 0.0025705940 | |
| 15838821 | 2 years ago | | | 0 | 0.0014465786 | |
| 15838799 | 2 years ago | | | 0 | 0.0018714227 | |
| 15764157 | 2 years ago | | | 0 | 0.0016569085 | |
| 15737868 | 2 years ago | | | 0 | 0.0011881485 | |
| 15711964 | 2 years ago | | | 0 | 0.0023726800 | |
| 15698534 | 2 years ago | | | 0 | 0.00081042021 | |
| 15654405 | 2 years ago | | | 0 | 0.0017351396 | |
| 15630750 | 2 years ago | | | 0 | 0.0018209240 |
ABI
ABI objects
Getter at block 21183016
owner() view returns (address)
0x3e549ee366701292544f5aa8141e4040decad16e
paused() view returns (bool)
false
Read-only
This contract contains no read-only function objects.
State-modifying
Events claimToken(address vaultAddress, address contractAddress, uint256 tokenId, uint256 passId, uint256 cboxWeek, bytes signature)
pause()
renounceOwnership()
setSignerAddress(address signerAddress)
transferOwnership(address newOwner)
unpause()
CBOXClaimed(uint256 indexed cboxWeek, address indexed owner, uint256 indexed passId, address contractAddress, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address signerAddress, address coniunContractAddress)
This contract contains no fallback and receive objects.
DuplicateEntryError(string message)
InvalidSignature(string message)
PermissionError(string message)
ReceiverMismatch(string message)