CASTDistributor
Verified contract
Active on
Base with 1,139 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000829 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22387682 | 2 days ago | | | 0 | 0.0000010709875 | |
| 21815666 | 15 days ago | | | 0 | 0.0000010547062 | |
| 21730167 | 17 days ago | | | 0 | 0.0000010680116 | |
| 21346446 | a month ago | | | 0 | 8.8682331e-7 | |
| 20962220 | a month ago | | | 0 | 0.0000010637483 | |
| 20170997 | 2 months ago | | | 0 | 7.3065911e-7 | |
| 18943633 | 3 months ago | | | 0 | 3.3619664e-7 | |
| 17535863 | 4 months ago | | | 0 | 0.0000010724334 | |
| 17011938 | 4 months ago | | | 0 | 0.000000302282986112 | |
| 17011938 | 4 months ago | | | 0 | 2.7289621e-7 |
ABI
ABI objects
Getter at block 22471750
CAST() view returns (address)
0xee824ac1d4bf54c0a933a36d2db071591374bc9b
allowance() view returns (uint256)
276602574428934933289424
owner() view returns (address)
0xbb118dabe8ea72b646abbbc1fd834dd73c6be8c0
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
signers(address) view returns (bool)
usedNonces(bytes32) view returns (bool)
State-modifying
Events acceptOwnership()
claim(bytes message, bytes signature)
decreaseAllowance(uint256 delta)
increaseAllowance(uint256 delta)
setSigner(address signer, bool valid)
transferOwnership(address newOwner)
Claim(address signer, address receiver, uint256 nonce, uint256 amount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetSigner(address signer, bool valid)
UpdateAllowance(uint256 newAllowance)
constructor(address _cast)
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
InvalidMessage()
InvalidReceiver()
InvalidSigner()
NoAllowance()
NonceAlreadyUsed()