FairyLand token
Verified contract
Active on
Ethereum with 1,235 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 "FairyLand token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13608196 | 3 years ago | | | 0 | 0.0050598412 | |
| 13055906 | 3 years ago | | | 0 | 0.0022363699 | |
| 13055856 | 3 years ago | | | 0 | 0.00095412000 | |
| 13055856 | 3 years ago | | | 0 | 0.00095412000 | |
| 13055856 | 3 years ago | | | 0 | 0.00095412000 | |
| 12711895 | 3 years ago | | | 0 | 0.00038704006 | |
| 12371315 | 4 years ago | | | 0 | 0.0016637561 | |
| 12334931 | 4 years ago | | | 0 | 0.0026314961 | |
| 12132877 | 4 years ago | | | 0 | 0.0033962721 | |
| 12023808 | 4 years ago | | | 0 | 0.0031796310 |
ABI
ABI objects
Getter at block 21169140
decimals() view returns (uint256)
6
name() view returns (string)
FairyLand token
owner() view returns (address)
0x19ce27861efaceca0cbe7bb9e9cb21cd11a46fe7
paused() view returns (bool)
false
symbol() view returns (string)
FLDT
totalSupply() view returns (uint256)
10000000000000000
version() view returns (string)
1.0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 amount)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.