Alchemy Coin
Verified contract
Active on
Ethereum with 352,655 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($163.39)
Native
Value
$163.39
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.051007 | $3,203.38 |
$163.39 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453449 | 3 months ago | | | 0 | 0.000067103000 | |
| 15583491 | 2 years ago | | | 0 | 0.0023120591 | |
| 13462941 | 3 years ago | | | 0 | 0.0044226506 | |
| 11795901 | 4 years ago | | | 0 | 0.0072607532 | |
| 11795901 | 4 years ago | | | 0 | 0.0072607532 | |
| 11795901 | 4 years ago | | | 0 | 0.0072632858 | |
| 10378491 | 4 years ago | | | 0 | 0.0014449260 | |
| 10113312 | 4 years ago | | | 0 | 0.0012847901 | |
| 10087388 | 4 years ago | | | 0 | 0.0018773140 | |
| 10083982 | 4 years ago | | | 0 | 0.0016744780 |
ABI
ABI objects
Getter at block 21157672
decimals() view returns (uint8)
6
getETHBalance() view returns (uint256)
51007000000000000
name() view returns (string)
Alchemy Coin
owner() view returns (address)
0x73f2ccb63c7c76ff339e29af90062bce33d412be
platformPool() view returns (address)
0xac6b95decf6351525d86994d3f1c9464795207f9
smPool() view returns (address)
0xb581d433887a50ac292fcf51a0073189e03386de
symbol() view returns (string)
ALC
totalSupply() view returns (uint256)
990000000000000
userPool() view returns (address)
0x5c9f74c6ae643347ad38c8e2bbf7bd7a3be2c397
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getBurnPoolAddress(string key) view returns (address)
ownerContracts(uint256) view returns (address)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool)
burnFrom(address _from, uint256 _value) returns (bool)
burnTransfer(address _from, uint256 _value, string key) returns (bool)
funding() payable returns (bool)
setBurnPoolAddress(string key, address _burnPoolAddress)
setOwnerContracts(address _adr)
setUserPoolAddress(address _userPoolAddress, address _platformPoolAddress, address _smPoolAddress)
smTransfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value)
transferArray(address[] _to, uint256[] _value)
transferETH() payable returns (bool)
transferETH(address _to) payable returns (bool)
transferETH(address _to, uint256 _value) payable returns (bool)
transferETH(address[] _tos) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
transferTo(address _to, uint256 _value)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
TransferETH(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
fallback()
This contract contains no error objects.