Tokenlon
Verified contract
Active on
Ethereum with 207,230 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($14,435.14)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 14.407829K | $1.00 |
$14,407.83 | |
LON | ERC-20 | 28.506 | $0.947592 |
$27.01 | |
JET | ERC-20 | 100 | $0.003002 |
$0.3 | |
HL | ERC-20 | 100.09988K | -- | -- | |
CCP | ERC-20 | 7 | -- | -- | |
DBTC | ERC-20 | 0.108 | -- | -- | |
HQG | ERC-20 | 0.0006 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245758 | 23 minutes ago | | | 0 | 0.00046088843 | |
| 21245082 | 3 hours ago | | | 0 | 0.00086151475 | |
| 21244751 | 4 hours ago | | | 0 | 0.00080165295 | |
| 21244527 | 5 hours ago | | | 0 | 0.00058268424 | |
| 21244363 | 5 hours ago | | | 0 | 0.00050067488 | |
| 21244325 | 5 hours ago | | | 0 | 0.00055167850 | |
| 21244276 | 5 hours ago | | | 0 | 0.00063399861 | |
| 21244186 | 6 hours ago | | | 0 | 0.00044336941 | |
| 21244182 | 6 hours ago | | | 0 | 0.00043840862 | |
| 21244179 | 6 hours ago | | | 0 | 0.00043369550 |
ABI
ABI objects
Getter at block 21245871
DOMAIN_SEPARATOR() view returns (bytes32)
0x21fd8d2c87a18791598e51ec3986e4e9f57ac214dcba8437d43a18e766124388
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
cap() view returns (uint256)
200000000000000000000000000
decimals() view returns (uint8)
18
emergencyRecipient() view returns (address)
0x00000000d49a1772a9ed1533f0d6b7f54a4a814e
minter() view returns (address)
0x00738c1d1ea10b2524e2e974c5f72e8ea06e3a3d
name() view returns (string)
Tokenlon
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x74c3ca9431c009dc35587591dc90780078174f8a
symbol() view returns (string)
LON
totalSupply() view returns (uint256)
139003746015145613313121662
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
emergencyWithdraw(address token)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
nominateNewOwner(address newOwner)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setMinter(address newMinter)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterChanged(address minter, address newMinter)
OwnerChanged(address indexed oldOwner, address indexed newOwner)
OwnerNominated(address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner, address _emergencyRecipient)
This contract contains no fallback and receive objects.
This contract contains no error objects.