Rarible
Verified contract
Active on
Ethereum with 180,028 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($17,499.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RARI | ERC-20 | 6.79917K | $1.87 |
$12,714.45 | |
USDT | ERC-20 | 2.743879K | $1.003 |
$2,752.11 | |
USDC | ERC-20 | 1.2K | $1.001 |
$1,201.2 | |
NEXO | ERC-20 | 351 | $1.31 |
$459.81 | |
UOS | ERC-20 | 2.294648K | $0.078718 |
$180.63 | |
MLN | ERC-20 | 5 | $15.90 |
$79.5 | |
LEND | ERC-20 | 1.45671K | $0.038371 |
$55.9 | |
XYO | ERC-20 | 7.309362K | $0.007601 |
$55.56 | |
ISLA | ERC-20 | 1 | $0.028976 |
$0.03 | |
ZIK | ERC-20 | 34.000903 | $0.000156 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244106 | 2 minutes ago | | | 0 | 0.00070659487 | |
| 21243969 | 29 minutes ago | | | 0 | 0.0014822110 | |
| 21243897 | 43 minutes ago | | | 0 | 0.00073896282 | |
| 21243822 | an hour ago | | | 0 | 0.00095965498 | |
| 21243702 | an hour ago | | | 0 | 0.0010991591 | |
| 21242519 | 5 hours ago | | | 0 | 0.00057160392 | |
| 21242512 | 5 hours ago | | | 0 | 0.00055105726 | |
| 21242439 | 6 hours ago | | | 0 | 0.00059379857 | |
| 21242318 | 6 hours ago | | | 0 | 0.00056035072 | |
| 21242305 | 6 hours ago | | | 0 | 0.00033945064 |
ABI
ABI objects
Getter at block 21244112
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
mintStopped() view returns (bool)
false
name() view returns (string)
Rarible
owner() view returns (address)
0xb23bcd4f668365b1c9ec4b4df79915bf8c76c5b5
paused() view returns (bool)
false
symbol() view returns (string)
RARI
totalSupply() view returns (uint256)
25000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
pause()
renounceOwnership()
stopMint()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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)
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.