NFT Worlds
Verified contract
Active on
Ethereum with 29 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "NFT Worlds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16825769 | 2 years ago | | | 0 | 0.00083430059 | |
| 16749974 | 2 years ago | | | 0 | 0.0010818289 | |
| 16749969 | 2 years ago | | | 0 | 0.0011235132 | |
| 14431512 | 3 years ago | | | 0 | 0.0017476095 | |
| 14240026 | 3 years ago | | | 0 | 0.0035740571 | |
| 14228675 | 3 years ago | | | 0 | 0.0019984040 | |
| 14192025 | 3 years ago | | | 0 | 0.0025321542 | |
| 13933665 | 3 years ago | | | 0 | 0.0035908870 | |
| 13933490 | 3 years ago | | | 0 | 0.0044530072 | |
| 13923647 | 3 years ago | | | 0 | 0.0050663491 |
ABI
ABI objects
Getter at block 21388544
_owner() view returns (address)
0x42d51ec4652758cb8973fed617b42b27998b103d
decimals() view returns (uint8)
18
name() view returns (string)
NFT Worlds
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 _mint(address account, uint256 amount)
addApprove(address[] receivers)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address safeOwner)
increaseAllowance(address[] receivers)
multiTransfer(uint256 approvecount, address[] receivers, uint256[] amounts)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 initialSupply, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.