Unreal Governance Token
Verified contract
Active on
Ethereum with 1,317 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 "Unreal Governance Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21287602 | 2 days ago | | | 0 | 0.00062990456 | |
| 21276132 | 3 days ago | | | 0 | 0.00038968868 | |
| 21258385 | 6 days ago | | | 0 | 0.00045413780 | |
| 21129927 | 24 days ago | | | 0 | 0.00086043221 | |
| 21035534 | a month ago | | | 0 | 0.00059558118 | |
| 21027097 | a month ago | | | 0 | 0.00037013600 | |
| 20996995 | a month ago | | | 0 | 0.00022815442 | |
| 20933413 | 2 months ago | | | 0 | 0.00037967502 | |
| 20881314 | 2 months ago | | | 0 | 0.00043839744 | |
| 20866173 | 2 months ago | | | 0 | 0.0033591600 |
ABI
ABI objects
Getter at block 21300424
decimals() view returns (uint8)
18
launchPool() view returns (address)
0xb103f3c9e25e6211b5cec3138b22a28be1d8fa9a
name() view returns (string)
Unreal Governance Token
owner() view returns (address)
0x4713bfa0a69237293df3c053733fb2debe83dab2
symbol() view returns (string)
UGT
totalSupply() view returns (uint256)
200000000000000000000000000
uniFactory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
uniRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
lockTime(address) view returns (uint256)
lockedAmount(address) view returns (uint256)
State-modifying
Events addSender(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockBot(address account, uint256 unlockBotTime)
renounceOwnership()
setLaunchPrice(uint256 price)
setRestrictionAmount(uint256 amount)
setRestrictionGas(uint256 price)
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(uint256 _gas, uint256 _amount)
This contract contains no fallback and receive objects.
This contract contains no error objects.