U2UToken
Verified contract
Active on
Ethereum with 1,163 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 "U2UToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21401162 | 6 minutes ago | | | 0 | 0.00048583660 | |
| 21401080 | 23 minutes ago | | | 0 | 0.00029841894 | |
| 21401080 | 23 minutes ago | | | 0 | 0.00029841894 | |
| 21400928 | an hour ago | | | 0 | 0.00048627866 | |
| 21400806 | an hour ago | | | 0 | 0.00029501443 | |
| 21400776 | an hour ago | | | 0 | 0.00056276528 | |
| 21400123 | 4 hours ago | | | 0 | 0.00048468390 | |
| 21400053 | 4 hours ago | | | 0 | 0.00050663914 | |
| 21399930 | 4 hours ago | | | 0 | 0.00044440749 | |
| 21399885 | 4 hours ago | | | 0 | 0.00023891459 |
ABI
ABI objects
Getter at block 21401192
DOMAIN_SEPARATOR() view returns (bytes32)
0x4a3d585f37833d3a9aa69a873b57e0b51e80788002ccc3ca1b75bf334171f468
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=U2U Network, version=1, chainId=1, verifyingContract=0x558e7139800f8bc119f68d23a6126fffd43a66a6, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
U2U Network
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
U2U
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
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)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
EnforcedPause()
ExpectedPause()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
StringTooLong(string str)