Worldopoly
Verified contract
Active on
Ethereum with 3,237 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WTL | ERC-20 | 100 | -- | -- | |
WDT | ERC-20 | 0.0005 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11733212 | 4 years ago | | | 0 | 0.0 | |
| 11732944 | 4 years ago | | | 0 | 0.0 | |
| 11732812 | 4 years ago | | | 0 | 0.0 | |
| 11732812 | 4 years ago | | | 0 | 0.0 | |
| 11732729 | 4 years ago | | | 0 | 0.0 | |
| 11732293 | 4 years ago | | | 0 | 0.0 | |
| 11731726 | 4 years ago | | | 0 | 0.0 | |
| 11730204 | 4 years ago | | | 0 | 0.0 | |
| 11730204 | 4 years ago | | | 0 | 0.0 | |
| 11730204 | 4 years ago | | | 0 | 0.0 |
ABI
ABI objects
Getter at block 21167264
decimals() view returns (uint32)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Worldopoly
owner() view returns (address)
0xb8a4799a4e2f10e4b30b6c6e9f762833c13ecdf4
percentRate() view returns (uint256)
100
saleAgent() view returns (address)
0xb8c91019edb2f138591aceea30ee94ce5215b81c
symbol() view returns (string)
WPT
totalSupply() view returns (uint256)
15894206880741492721951191
vestingPercent() view returns (uint256)
0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
allowedAddresses(address) view returns (bool)
balanceOf(address _owner) view returns (uint256 balance)
initialBalances(address) view returns (uint256)
registeredCallbacks(address) view returns (bool)
State-modifying
Events addAllowedAddress(address allowedAddress)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
deregisterCallback(address callback)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
registerCallback(address callback)
removeAllowedAddress(address allowedAddress)
setSaleAgent(address newSaleAgnet)
setVestingPercent(uint256 newVestingPercent)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.