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 "Bakemono"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21005792 | 21 days ago | | | 0 | 0.00065182496 | |
| 21005782 | 21 days ago | | | 0 | 0.00065828006 | |
| 21005779 | 21 days ago | | | 0 | 0.00065663603 | |
| 20768850 | 2 months ago | | | 0 | 0.00019893572 | |
| 20571204 | 3 months ago | | | 0 | 0.00022049396 | |
| 20027272 | 5 months ago | | | 0 | 0.0012759672 | |
| 19694070 | 7 months ago | | | 0 | 0.00014394013 | |
| 19638966 | 7 months ago | | | 0 | 0.00064556643 | |
| 19638960 | 7 months ago | | | 0 | 0.00087599909 | |
| 19638955 | 7 months ago | | | 0 | 0.00070142553 |
ABI
ABI objects
Getter at block 21158000
_maxWalletSize() view returns (uint256)
20000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Bakemono
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
true
symbol() view returns (string)
MONO
totalSupply() view returns (uint256)
1000000000000000000000000
tradingOpen() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addPair(address toPair)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
removeLimits()
renounceOwnership()
setMaxWalletSize(uint256 maxWalletSize)
setTrading(bool _tradingOpen)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.