NFT Worlds
Verified contract
Active on
Ethereum with 64,109 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,592.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WRLD | ERC-20 | 662.477339K | $0.015632 |
$10,355.65 | |
USDT | ERC-20 | 184.531216 | $0.998391 |
$184.23 | |
MATIC | ERC-20 | 124.502109 | $0.418787 |
$52.14 | |
WRLD | ERC-20 | 1K | -- | -- | |
GRAY | ERC-20 | 286.48 | -- | -- | |
GRAY | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156853 | 9 hours ago | | | 0 | 0.00063891779 | |
| 21155131 | 14 hours ago | | | 0 | 0.00081255077 | |
| 21153939 | 18 hours ago | | | 0 | 0.00035715454 | |
| 21153938 | 18 hours ago | | | 0 | 0.00064364181 | |
| 21151041 | a day ago | | | 0 | 0.00067845275 | |
| 21149165 | a day ago | | | 0 | 0.00063713748 | |
| 21149065 | a day ago | | | 0 | 0.00064079906 | |
| 21147396 | 2 days ago | | | 0 | 0.00053989834 | |
| 21146829 | 2 days ago | | | 0 | 0.00048081381 | |
| 21144471 | 2 days ago | | | 0 | 0.0013469274 |
ABI
ABI objects
Getter at block 21159454
cap() view returns (uint256)
5000000000000000000000000000
claimEnabled() view returns (bool)
false
decimals() view returns (uint8)
18
name() view returns (string)
NFT Worlds
owner() view returns (address)
0xa16952e516e3cef5eaf29b300235c799297c444c
symbol() view returns (string)
WRLD
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claim(uint256 _amount, uint8 _claimNonce, bytes _signature)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableSecondClaim()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
toggleClaim(bool _claimEnabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.