Rari Ethereum Pool Token
Verified contract
Implementation
Active on
Ethereum with 4 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Rari Ethereum Pool Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18746398 | a year ago | | | 0 | 0.0014253077 | |
| 18732234 | a year ago | | | 0 | 0.00089204191 | |
| 18732034 | a year ago | | | 0 | 0.0024774848 | |
| 18732025 | a year ago | | | 0 | 0.0052844187 |
ABI
ABI objects
Getter at block 21301698
decimals() view returns (uint8)
18
name() view returns (string)
Rari Ethereum Pool Token
paused() view returns (bool)
false
rariGovernanceTokenDistributor() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
REPT
totalSupply() view returns (uint256)
5000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
fundManagerBurnFrom(address account, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
initialize(address sender)
initialize(string name, string symbol, uint8 decimals)
mint(address account, uint256 amount) returns (bool)
pause()
renounceMinter()
renouncePauser()
setGovernanceTokenDistributor(address newContract, bool force)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
GovernanceTokenDistributorSet(address newContract)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.