Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($12.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LPT | ERC-20 | 1 | $12.22 |
$12.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9693613 | 5 years ago | | | 0 | 0.00011779200 | |
| 9693595 | 5 years ago | | | 0 | 0.00059274428 | |
| 9409431 | 5 years ago | | | 0 | 0.000041152000 | |
| 9163500 | 5 years ago | | | 0 | 0.000026164000 | |
| 9163444 | 5 years ago | | | 0 | 0.00020582000 | |
| 8927622 | 5 years ago | | | 0 | 0.000028291200 | |
| 8927604 | 5 years ago | | | 0 | 0.000032789600 | |
| 8927604 | 5 years ago | | | 0 | 0.000045539600 | |
| 8918028 | 5 years ago | | | 0 | 0.000056582400 | |
| 8917973 | 5 years ago | | | 0 | 0.000080364000 |
ABI
ABI objects
Getter at block 21167069
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
AgamChain
owner() view returns (address)
0x3cb5d61de0f9dbf44a6500eda0ff0446bfbd6ad1
plockFlag() view returns (bool)
true
symbol() view returns (string)
AGC
totalSupply() view returns (uint256)
1000000000000000000000000000
transferEnabled() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events addLock(address _addr) returns (bool success)
allocateTokens(address[] _owners, uint256[] _values)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
enableLockFlag(bool _enable) returns (bool success)
enableTransfer(bool _enable)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
removeLock(address _addr) returns (bool success)
renounceOwnership()
setExclude(address _addr) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
withdrawEther()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.