Recycle Impact World Association
Verified contract
Active on
Ethereum with 1,821 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,566.36)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.5K | $1.001 |
$1,501.5 | |
RIWA | ERC-20 | 1.441431B | $0.00 |
$64.86 | |
RIWA | ERC-20 | 176.986157M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18313052 | a year ago | | | 0 | 0.00030114060 | |
| 18079389 | a year ago | | | 0 | 0.00070555110 | |
| 18079360 | a year ago | | | 0 | 0.00068520438 | |
| 18079332 | a year ago | | | 0 | 0.00071822168 | |
| 18079319 | a year ago | | | 0 | 0.00068328467 | |
| 17889096 | a year ago | | | 0 | 0.00049574952 | |
| 17889083 | a year ago | | | 0 | 0.00046527304 | |
| 17889067 | a year ago | | | 0 | 0.00050216098 | |
| 17883145 | a year ago | | | 0 | 0.00056386298 | |
| 17873728 | a year ago | | | 0 | 0.00069949980 |
ABI
ABI objects
Getter at block 21160821
decimals() view returns (uint8)
9
name() view returns (string)
Recycle Impact World Association
owner() view returns (address)
0xd41375dacecc71864877a30825c920808034baa9
paused() view returns (bool)
true
symbol() view returns (string)
RIWA
totalSupply() view returns (uint256)
299999999999998999999998
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)
burnFrom(address account, 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.