UAT Souvenir token
Verified contract
Active on
Ethereum with 11 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 |
---|---|---|---|---|---|
UATS | ERC-20 | 341.876654M | -- | -- | |
UAT | ERC-20 | 1.631795M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10092232 | 5 years ago | | | 0 | 0.0010793120 | |
| 10092220 | 5 years ago | | | 0 | 0.0014693120 | |
| 10092115 | 5 years ago | | | 0 | 0.0012446400 | |
| 10092098 | 5 years ago | | | 0 | 0.0016942800 | |
| 8881385 | 5 years ago | | | 0 | 0.0015324160 | |
| 8881370 | 5 years ago | | | 0 | 0.0021421680 | |
| 8581359 | 5 years ago | | | 0 | 0.0015111360 | |
| 8581340 | 5 years ago | | | 0 | 0.0015137280 | |
| 8581272 | 5 years ago | | | 0 | 0.0015085440 | |
| 8577479 | 5 years ago | | | 0 | 0.0027235440 |
ABI
ABI objects
Getter at block 21324734
UATAddress() view returns (address)
0x01c0987e88f778df6640787226bc96354e1a9766
decimals() view returns (uint8)
18
limit() view returns (uint256)
500000000000000000000000000
name() view returns (string)
UAT Souvenir token
owner() view returns (address)
0x30f3a5d77a61c1f539dd604065a9d26dd314c389
paused() view returns (bool)
true
symbol() view returns (string)
UATS
totalSupply() view returns (uint256)
341876653806500000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
fill() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
renounceOwnership()
send(address _to, uint256 _value) returns (bool)
swap(uint256 _value) returns (bool)
swapto(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.