AligatoCoin
Verified contract
Active on
Ethereum with 1,055 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AligatoCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11627984 | 4 years ago | | | 0 | 0.0013897800 | |
| 11626947 | 4 years ago | | | 0 | 0.0039564900 | |
| 11626879 | 4 years ago | | | 0 | 0.0048378331 | |
| 10572282 | 4 years ago | | | 0 | 0.0028994760 | |
| 10458986 | 4 years ago | | | 0 | 0.0021796830 | |
| 10089668 | 4 years ago | | | 0 | 0.00095377500 | |
| 9839979 | 5 years ago | | | 0 | 0.000041992500 | |
| 9745606 | 5 years ago | | | 0 | 0.00030520800 | |
| 9743056 | 5 years ago | | | 0 | 0.000053163000 | |
| 9735052 | 5 years ago | | | 0 | 0.000063795600 |
ABI
ABI objects
Getter at block 21164739
decimals() view returns (uint8)
8
isLocked() view returns (bool)
false
name() view returns (string)
AligatoCoin
newOwner() view returns (address)
0xaa52bbca3a654cb9f6c8c2acbd3d94e845db3a86
owner() view returns (address)
0xaa52bbca3a654cb9f6c8c2acbd3d94e845db3a86
symbol() view returns (string)
ALC
totalSupply() view returns (uint256)
10000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 value)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
unlock() returns (bool success)
withdraw(uint256 _amount) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _from, uint256 _value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _symbol, string _name, uint256 _supply, uint8 _decimals)
fallback()
This contract contains no error objects.