Amber Token
Verified contract
Active on
Ethereum with 469,477 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($11.38)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BNT | ERC-20 | 10.05833 | $0.67799 |
$6.82 | |
TRAC | ERC-20 | 5 | $0.910577 |
$4.55 | |
HEX | ERC-20 | 1.307 | $0.003052 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
XPS | ERC-20 | 1M | -- | -- | |
TNK | ERC-20 | 1M | -- | -- | |
AMB | ERC-20 | 25.992316K | -- | -- | |
FIFAmini | ERC-20 | 20.180614K | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256035 | 2 days ago | | | 0 | 0.00041128973 | |
| 21253354 | 2 days ago | | | 0 | 0.00053395080 | |
| 21241526 | 4 days ago | | | 0 | 0.00042262212 | |
| 21185462 | 12 days ago | | | 0 | 0.0012105084 | |
| 21185395 | 12 days ago | | | 0 | 0.0020340695 | |
| 21135072 | 19 days ago | | | 0 | 0.00058826410 | |
| 21120957 | 21 days ago | | | 0 | 0.00027973957 | |
| 21103956 | 23 days ago | | | 0 | 0.000070827158 | |
| 21084234 | a month ago | | | 0 | 0.00034706856 | |
| 21049509 | a month ago | | | 0 | 0.00026576150 |
ABI
ABI objects
Getter at block 21271224
PHASE_DURATION() pure returns (uint256)
15552000
UNLOCK_PHASES() pure returns (uint256)
4
currentPhase() pure returns (uint256)
4
decimals() pure returns (uint8)
18
locked() pure returns (bool)
false
name() pure returns (string)
Amber Token
owner() pure returns (address)
0x0000000000000000000000000000000000000000
phaseStart() pure returns (uint256)
1508705989
symbol() pure returns (string)
AMB
totalSupply() pure returns (uint256)
361477437535701402159030000
Read-only
allowance(address _owner, address _spender) pure returns (uint256)
balanceOf(address _who) pure returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
finalise()
mint(address _who, uint256 _value)
mintLocked(address _who, uint256 _value)
setOwner(address _new)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unlockTokens(address _who)
Approval(address indexed owner, address indexed spender, uint256 value)
Minted(address indexed who, uint256 value)
MintedLocked(address indexed who, uint256 value)
NewOwner(address indexed old, address indexed current)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.