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 "Ribby"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19839940 | 6 months ago | | | 0 | 0.00037140039 | |
| 17726021 | a year ago | | | 0 | 0.00072664087 | |
| 17515100 | a year ago | | | 0 | 0.00097427743 | |
| 17498725 | a year ago | | | 0 | 0.00036286960 | |
| 17498675 | a year ago | | | 0 | 0.00072861422 | |
| 17489906 | a year ago | | | 0 | 0.00089197400 | |
| 17489905 | a year ago | | | 0 | 0.0021443604 | |
| 17489902 | a year ago | | | 0 | 0.00068631416 | |
| 17489897 | a year ago | | | 0 | 0.00066633907 | |
| 17489894 | a year ago | | | 0 | 0.00068059628 |
ABI
ABI objects
Getter at block 21188939
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
DOMAIN_SEPARATOR() view returns (bytes32)
0x949088506ca559992d2e0b836d3c2809993b1475efbf27c6a939bcb91be8e287
clock() view returns (uint48)
21188939
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Ribby, version=1, chainId=1, verifyingContract=0x44808b78558c1a2b843ab0abdbc3982829db2240, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Ribby
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
RIBBY
totalSupply() view returns (uint256)
369000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesCheckpoint)
delegates(address account) view returns (address)
flashFee(address token, uint256 amount) view returns (uint256)
getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getVotes(address account) view returns (uint256)
maxFlashLoan(address token) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
flashLoan(address receiver, address token, uint256 amount, bytes data) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
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)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
EIP712DomainChanged()
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.
InvalidShortString()
StringTooLong(string str)