Util Token
Verified contract
Active on
Ethereum with 368 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 |
---|---|---|---|---|---|
UTIL | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19740188 | 8 months ago | | | 0 | 0.00032200284 | |
| 19740187 | 8 months ago | | | 0 | 0.00033994344 | |
| 19740187 | 8 months ago | | | 0 | 0.00033994344 | |
| 18473273 | a year ago | | | 0 | 0.00051006455 | |
| 18473268 | a year ago | | | 0 | 0.00053374968 | |
| 18327929 | a year ago | | | 0 | 0.00062112574 | |
| 18186273 | a year ago | | | 0 | 0.0011800369 | |
| 17863561 | a year ago | | | 0 | 0.0020797029 | |
| 17863546 | a year ago | | | 0 | 0.0030452970 | |
| 17800705 | a year ago | | | 0 | 0.00092987495 |
ABI
ABI objects
Getter at block 21385823
DOMAIN_SEPARATOR() view returns (bytes32)
0xef17972a4ca2f32c43548996dc0527768395ce1b65cb49105058abf9ae5e6503
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
name() view returns (string)
Util Token
owner() view returns (address)
0x8093e596c243ba11c38c530f19758295ffcb9eb3
symbol() view returns (string)
UTIL
totalSupply() view returns (uint256)
19418701850000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) pure returns (bool)
State-modifying
Events addTransferPrivileges(address contractAddress)
airdrop(address[] accounts, uint256[] amounts)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
mint(uint256 amount)
mintUtil(address recipient, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
revokeTransferPrivileges(address contractAddress)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address _newOwner)
updateTotalUtil(uint256 _totalUtil)
withdrawUTIL(address recipient, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
NotOwner()