SeedPump Token
Verified contract
Active on
Ethereum with 427 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 "SeedPump Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18918102 | a year ago | | | 0 | 0.00034731204 | |
| 18918101 | a year ago | | | 0 | 0.00031786833 | |
| 12355337 | 4 years ago | | | 0 | 0.00052362000 | |
| 11941371 | 4 years ago | | | 0 | 0.0017599450 | |
| 11718899 | 4 years ago | | | 0 | 0.0022681740 | |
| 11335669 | 4 years ago | | | 0 | 0.0017140280 | |
| 11220677 | 4 years ago | | | 0 | 0.0013786940 | |
| 11184678 | 4 years ago | | | 0 | 0.0020458040 | |
| 11143734 | 4 years ago | | | 0 | 0.0013786940 | |
| 11143677 | 4 years ago | | | 0 | 0.0013342200 |
ABI
ABI objects
Getter at block 21264906
beginning() view returns (bool)
false
decimals() view returns (uint8)
18
name() view returns (string)
SeedPump Token
symbol() view returns (string)
SEED
totalSupply() view returns (uint256)
290310758451590660990
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
findOnePercent(uint256 value) pure returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableBots()
enableBots()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
stopBeginning()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
whitelistAdd(address a)
whitelistRemove(address a)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.