UTN-P: Universa Token
Verified contract
Active on
Ethereum with 64,268 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 |
---|---|---|---|---|---|
HEX | ERC-20 | 1.307 | $0.003111 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
UTNP | ERC-20 | 4.357897M | -- | -- | |
WHACKD | ERC-20 | 21.549881K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
GSGC | ERC-20 | 5K | -- | -- | |
EPIC | ERC-20 | 300 | -- | -- | |
LINO | ERC-20 | 20 | -- | -- | |
PMOD | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242576 | 12 hours ago | | | 0 | 0.00041525564 | |
| 21242539 | 12 hours ago | | | 0 | 0.00056308869 | |
| 21240675 | 18 hours ago | | | 0 | 0.00041077920 | |
| 21236149 | a day ago | | | 0 | 0.0011826688 | |
| 21236131 | a day ago | | | 0 | 0.0015610976 | |
| 21234252 | 2 days ago | | | 0 | 0.00051260936 | |
| 21232807 | 2 days ago | | | 0 | 0.00051570364 | |
| 21207428 | 5 days ago | | | 0 | 0.00063539562 | |
| 21197228 | 7 days ago | | | 0 | 0.00056260093 | |
| 21123909 | 17 days ago | | | 0 | 0.00030374651 |
ABI
ABI objects
Getter at block 21246179
decimals() view returns (uint8)
18
name() view returns (string)
UTN-P: Universa Token
owner() view returns (address)
0x884191033518be08616821d7676ca01695698451
symbol() view returns (string)
UTNP
totalSupply() view returns (uint256)
4997891952000000000000000000
version() view returns (string)
1.0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
isBurner(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
grantBurner(address _burner, bool _value)
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)
Burn(address indexed burner, 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.