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 "FLAPPIE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17510762 | 4 months ago | | | 0 | 4.5626553e-7 | |
| 17510761 | 4 months ago | | | 0 | 4.5626553e-7 | |
| 17510747 | 4 months ago | | | 0 | 4.5626553e-7 | |
| 17510737 | 4 months ago | | | 0 | 4.5626553e-7 | |
| 17510731 | 4 months ago | | | 0 | 4.5626553e-7 | |
| 17510716 | 4 months ago | | | 0 | 4.5626553e-7 | |
| 17510698 | 4 months ago | | | 0 | 4.5626553e-7 | |
| 17510684 | 4 months ago | | | 0 | 4.5626553e-7 | |
| 17510667 | 4 months ago | | | 0 | 4.5626553e-7 | |
| 17510656 | 4 months ago | | | 0 | 4.5626553e-7 |
ABI
ABI objects
Getter at block 22164030
decimals() view returns (uint8)
18
launched() view returns (bool)
true
name() view returns (string)
FLAPPIE
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
FLAPPIE
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
donaldtrump(uint256 _donaldtrump1, uint256 _donaldtrump2) pure returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
launch()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)