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 "DOWN BAD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20168755 | 2 months ago | | | 0 | 2.9718400e-7 | |
| 20168327 | 2 months ago | | | 0 | 2.6003600e-7 | |
| 20168215 | 2 months ago | | | 0 | 2.5539250e-7 | |
| 20168086 | 2 months ago | | | 0 | 2.6467950e-7 | |
| 18170703 | 3 months ago | | | 0 | 0.0000011485080 | |
| 18140363 | 3 months ago | | | 0 | 4.3211167e-7 | |
| 18140191 | 3 months ago | | | 0 | 1.9992850e-7 | |
| 18138829 | 3 months ago | | | 0 | 0.0000057559629 | |
| 18138822 | 3 months ago | | | 0 | 0.000014213496 | |
| 18138821 | 3 months ago | | | 0 | 0.000014213110 |
ABI
ABI objects
Getter at block 22464312
DOMAIN_SEPARATOR() view returns (bytes32)
0x1f8105efa7d7abbe85dc0f4ee5505c2c283deaedd5e9dd65ad3b652987c90bca
creator() view returns (address)
0x7bc153e86a595112bb3d604b343cd62e32e72d5a
decimals() view returns (uint8)
18
feeBps() view returns (uint256)
40
name() view returns (string)
DOWN BAD
symbol() view returns (string)
DOWN
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
isExempt(address account) view returns (bool)
isPoolOrRouter(address account) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events addExempt(address _contract)
addPoolOrRouter(address _contract)
approve(address spender, uint256 amount) returns (bool)
initialize(address _protocolAddr, address _protocolTreasury, uint256 _protocolFeesBps, uint256 _creatorFeesBps, address _pool, address[] _routers, address[] _exemptsAddr)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setCreatorAddress(address _creator)
setCreatorFeeBps(uint256 _newFeeBps)
setProtocolAddress(address _protocolAddress)
setProtocolFeeBps(uint256 _newFeeBps)
setTreasuryAddress(address _treasury)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
CreatorAddressUpdated(address oldCreator, address newCreator)
CreatorFeesUpdated(uint256 oldFeesBps, uint256 newFeesBps)
ExemptAdded(address indexed account)
PoolOrRouterAdded(address indexed account)
ProtocolAddressUpdated(address oldProtocol, address newProtocol)
ProtocolFeesUpdated(uint256 oldFeesBps, uint256 newFeesBps)
Transfer(address indexed from, address indexed to, uint256 amount)
TreasuryUpdated(address oldTreasury, address newTreasury)
constructor(string _name, string _symbol, address _memeception, address _creator)
This contract contains no fallback and receive objects.
AddressZero()
AlreadyInitialized()
CreatorFeeTooHigh()
OnlyCreator()
OnlyProtocol()
PoolNotInitialized()
ProtocolFeeTooHigh()