UniTopia
Verified contract
Active on
Ethereum with 1,911 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($813.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 813 | $1.001 |
$813.81 | |
EPD | ERC-20 | 50K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20125270 | 5 months ago | | | 0 | 0.000084022186 | |
| 17032522 | 2 years ago | | | 0 | 0.00076595200 | |
| 16962275 | 2 years ago | | | 0 | 0.0011010560 | |
| 16093821 | 2 years ago | | | 0 | 0.00053617230 | |
| 16017407 | 2 years ago | | | 0 | 0.00028546776 | |
| 14238340 | 3 years ago | | | 0 | 0.0021240874 | |
| 13105563 | 3 years ago | | | 0 | 0.0037951876 | |
| 12985462 | 3 years ago | | | 0 | 0.0018641660 | |
| 12968863 | 3 years ago | | | 0 | 0.00092665866 | |
| 12954717 | 3 years ago | | | 0 | 0.00070969393 |
ABI
ABI objects
Getter at block 21249046 availableToken() view returns (uint256)
_totalSupply() view returns (uint256)
999848000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
UniTopia
owner() view returns (address)
0x7af77f442a33c65387431d4b2af83baa7df6d54c
preMintedToken() view returns (uint256)
0
safeGuard() view returns (bool)
true
soldTokens() view returns (uint256)
1000000000000000000000000
symbol() view returns (string)
uTOPIA
tokenPrice() view returns (uint256)
1
tokenSold() view returns (uint256)
1000000000000000000000000
totalEther() view returns (uint256)
0
totalSupply() view returns (uint256)
999848000000000000000000
Read-only
Pool(address) view returns (uint256)
allowance(address player, address spender) view returns (uint256)
balanceOf(address player) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool)
burn(uint256 amount)
buyToken() payable returns (bool)
changeSafeGuard()
changeTokenPrice(uint256 _price)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] amounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address _newOwner)
withDraw()
Approval(address _from, address _spender, uint256 _tokenAmt)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
TransferPoolamount(address _from, address _to, uint256 _ether)
constructor(uint256 _supply, uint256 _price, uint256 _premint)
This contract contains no fallback and receive objects.
This contract contains no error objects.