RatRaceCheddar
Verified contract
Active on
Ethereum with 93 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "RatRaceCheddar"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19605898 | 7 months ago | | | 0 | 0.00084295925 | |
| 17930520 | a year ago | | | 0 | 0.00094593198 | |
| 17930115 | a year ago | | | 0 | 0.0020648263 | |
| 17930078 | a year ago | | | 0 | 0.0018288991 | |
| 17930058 | a year ago | | | 0 | 0.0016865432 | |
| 17930052 | a year ago | | | 0 | 0.0017194453 | |
| 17929421 | a year ago | | | 0 | 0.00089621412 | |
| 17929414 | a year ago | | | 0 | 0.00076367139 | |
| 17270954 | a year ago | | | 0 | 0.0012185467 | |
| 17270934 | a year ago | | | 0 | 0.0011561194 |
ABI
ABI objects
Getter at block 21184713
DOMAIN_SEPARATOR() view returns (bytes32)
0x142233fcfb29af04a605273bdfb1a415f45b54a7886dc6e17a65e786665cf3bf
decimals() view returns (uint8)
18
name() view returns (string)
RatRaceCheddar
owner() view returns (address)
0xd9b9e1053aaab9b57335a112e7da4542c8bead23
paused() view returns (bool)
false
symbol() view returns (string)
CHED
totalSupply() view returns (uint256)
69690690000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
isBlacklisted(address account) view returns (bool)
nonces(address owner) view returns (uint256)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events addToBlacklist(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeFromBlacklist(address account)
renounceOwnership()
snapshot()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.