THUNDER
Verified contract
Active on
Ethereum with 5,320 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa682…d2d2
-
variable spans 3 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PIKA | ERC-20 | 226.782215M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20636633 | 3 months ago | | | 0 | 0.000046255189 | |
| 20068190 | 5 months ago | | | 0 | 0.00085900938 | |
| 19851234 | 6 months ago | | | 0 | 0.000097940780 | |
| 19851233 | 6 months ago | | | 0 | 0.000097130367 | |
| 19772570 | 7 months ago | | | 0 | 0.00029230424 | |
| 19592601 | 7 months ago | | | 0 | 0.00030842921 | |
| 19536776 | 8 months ago | | | 0 | 0.00051718448 | |
| 17728581 | a year ago | | | 0 | 0.00077588719 | |
| 17728574 | a year ago | | | 0 | 0.00070233434 | |
| 17366766 | a year ago | | | 0 | 0.0021028321 |
ABI
ABI objects
Getter at block 21202303
beneficiary() view returns (address)
0x2e5b818486811889f02ed69ee4c98f9b32e57352
decimals() view returns (uint8)
18
feesEnabled() view returns (bool)
true
name() view returns (string)
THUNDER
owner() view returns (address)
0xf5488c252cd7d90d7cf8bf7efd38b52955169407
pikaWallets() view returns (address team, address charity, address staking, address liquidity)
(team=0xaf4d3ee0061c18eeb19f852658e4088e572f6a27, charity=0x969015c7dbefca0d72ee4d49f0b09bd1bea3a557, staking=0x3498296daa51c1da882376ed66bfbe3988745453, liquidity=0xf21b2f10e523a2a35c0797ce835523d1bd02e309)
proposedOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
THUN
totalSupply() view returns (uint256)
1096403396135529231174602869
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateFee(uint256 _amount, uint256 _fee) pure returns (uint256)
isExcludedFromFee(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
claimOwnership()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
evolve(uint256 _amountPika)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
proposeOwner(address _newOwner)
setBeneficiary(address _newBeneficiary)
setExcludeFromFee(address _account, bool _excluded)
setFeesEnabled(bool _enabled)
setPikaWallets(struct Wallets _newWallets)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
BeneficiaryUpdated(address oldBeneficiary, address newBeneficiary)
Evolved(uint256 amountPika, uint256 amountThunder)
ExcludedFromFeeUpdated(address account, bool excluded)
FeesEnabledUpdated(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PikaWalletsUpdated()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _pika, struct Wallets _pikaWallets)
This contract contains no fallback and receive objects.
This contract contains no error objects.