Utopia Open Platform
Verified contract
Active on
Ethereum with 1,961 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 |
---|---|---|---|---|---|
UOP | ERC-20 | 392.856094 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206458 | 10 days ago | | | 0 | 0.00045677806 | |
| 20552605 | 3 months ago | | | 0 | 0.000045041200 | |
| 20452939 | 4 months ago | | | 0 | 0.000072604000 | |
| 20112605 | 5 months ago | | | 0 | 0.00040247837 | |
| 20084647 | 5 months ago | | | 0 | 0.00057756847 | |
| 19961618 | 6 months ago | | | 0 | 0.00089027510 | |
| 19361965 | 9 months ago | | | 0 | 0.0033885874 | |
| 18847029 | a year ago | | | 0 | 0.00051004156 | |
| 18627623 | a year ago | | | 0 | 0.0023392262 | |
| 18569167 | a year ago | | | 0 | 0.0011896239 |
ABI
ABI objects
Getter at block 21277414
decimals() view returns (uint8)
18
getMaxTotalSupply() view returns (uint256)
100000000000000000000000000
name() view returns (string)
Utopia Open Platform
owner() view returns (address)
0x08ca29489282df3dae9e6654a567daafe2ef93a1
symbol() view returns (string)
UOP
totalSupply() view returns (uint256)
99998700117154000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getNonce(address from) view returns (uint256)
isOperator(address _operator) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveOperator(address _operator)
burn(address account, uint256 amount)
burnForBridge(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableOperator(address _operator)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
mintForBridge(address account, uint256 amount, uint256 commission, uint256 userNonce)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferNoFee(address _from, address _to, uint256 _value, uint256 _nonce, uint256 fee, bytes sig) 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.