Spooky Token
Verified contract
Active on
Ethereum with 30 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 "Spooky Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15841097 | 2 years ago | | | 0 | 0.0024122017 | |
| 15840878 | 2 years ago | | | 0 | 0.00079282703 | |
| 15840849 | 2 years ago | | | 0 | 0.00038247300 | |
| 15840839 | 2 years ago | | | 0 | 0.00070153796 | |
| 15840831 | 2 years ago | | | 0 | 0.00081196443 | |
| 15840830 | 2 years ago | | | 0 | 0.00043994758 | |
| 15840829 | 2 years ago | | | 0 | 0.00069003891 | |
| 15840822 | 2 years ago | | | 0 | 0.00081261211 | |
| 15840810 | 2 years ago | | | 0 | 0.0016752573 | |
| 15840810 | 2 years ago | | | 0 | 0.0016752573 |
ABI
ABI objects
Getter at block 21204234
decimals() view returns (uint8)
9
name() view returns (string)
Spooky Token
owner() view returns (address)
0x6c6c9f0acf58455c3bc8484ebd2bd927d2535588
readMaxWallet() view returns (uint256)
10000000000000000
readTradeFee() view returns (uint256)
40
symbol() view returns (string)
SPOOKY
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events adjustFee(uint8 x_)
approve(address spender, uint256 amount) returns (bool)
decentralize()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
spookyRewardForEveryone() returns (bool)
spookyRewardForWinners(address[4] winners)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unlockEveryWallet()
unlockTxLimit()
unlockWallet(address unlockee)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address keeper1_, address keeper2_, address keeper3_, address keeper4_, address keeper5_, address spooked_, uint256 x_)
This contract contains no fallback and receive objects.
This contract contains no error objects.