Recycle Impact World Association
Verified contract
Active on
Ethereum with 15,297 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24.59)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RIWA | ERC-20 | 683.057405M | $0.00 |
$24.59 | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21238308 | a day ago | | | 0 | 0.0010707031 | |
| 21235711 | 2 days ago | | | 0 | 0.00072316383 | |
| 21235375 | 2 days ago | | | 0 | 0.00041546168 | |
| 21235180 | 2 days ago | | | 0 | 0.00064580599 | |
| 21235169 | 2 days ago | | | 0 | 0.00080104690 | |
| 21230136 | 2 days ago | | | 0 | 0.00080247165 | |
| 21229908 | 2 days ago | | | 0 | 0.0011318504 | |
| 21226247 | 3 days ago | | | 0 | 0.00064164888 | |
| 21225955 | 3 days ago | | | 0 | 0.0014098057 | |
| 21225947 | 3 days ago | | | 0 | 0.0014973474 |
ABI
ABI objects
Getter at block 21246506
decimals() view returns (uint8)
9
name() view returns (string)
Recycle Impact World Association
owner() view returns (address)
0x5c7f731d9371ad4c8dda2018c4ce227a7dec77dd
paused() view returns (bool)
false
symbol() view returns (string)
RIWA
totalSupply() view returns (uint256)
199999900000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address holder) view returns (uint256 balance)
balanceOftransfer(address holder) view returns (uint256 balance)
isFrozen(address holder) view returns (bool frozen)
lockInfo(address locked, uint256 index) view returns (uint256 releaseTime, uint256 amount)
totalLocked(address locked) view returns (uint256 amount, uint256 length)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
autoUnlock(address from) returns (bool success)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address holder)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(address recipient, uint256 amount, uint256 releaseTime) returns (bool success)
pause()
releaseLock(address from) returns (bool success)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferWithLock(address recipient, uint256 amount, uint256 releaseTime) returns (bool success)
unfreezeAccount(address holder)
unlock(address from, uint256 idx) returns (bool success)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze(address indexed holder)
Lock(address indexed from, uint256 amount, uint256 releaseTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed holder)
Unlock(address indexed from, uint256 amount)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.