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 "bozo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146322 | 21 days ago | | | 0 | 0.00020135833 | |
| 19691510 | 7 months ago | | | 0 | 0.00023628054 | |
| 18591369 | a year ago | | | 0 | 0.00066831832 | |
| 18228449 | a year ago | | | 0 | 0.00064627927 | |
| 18078065 | a year ago | | | 0 | 0.0010196682 | |
| 17435958 | a year ago | | | 0 | 0.0012841829 | |
| 17399375 | a year ago | | | 0 | 0.00092307312 | |
| 17390411 | a year ago | | | 0 | 0.0016732100 | |
| 17374673 | a year ago | | | 0 | 0.0017490294 | |
| 17374672 | a year ago | | | 0 | 0.0017932555 |
ABI
ABI objects
Getter at block 21293883
HARD_CAP() view returns (uint256)
30690000000000000000
MAX_CONTRIBUTION() view returns (uint256)
200000000000000000
MAX_SUPPLY() view returns (uint256)
420420420420420000000000000000000
MIN_CONTRIBUTION() view returns (uint256)
10000000000000000
NUMBER_OF_CONTRIBUTOORS() view returns (uint256)
166
PRESALE_SUPPLY() view returns (uint256)
231231231231231000000000000000000
RESERVE_MAX_SUPPLY() view returns (uint256)
189189189189189000000000000000000
TOTAL_CONTRIBUTED() view returns (uint256)
30690000000000000000
allowContributions() view returns (bool)
true
decimals() view returns (uint8)
18
name() view returns (string)
bozo
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BOZO
totalSupply() view returns (uint256)
420420420420420000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
contribution(uint256) view returns (address addr, uint256 amount)
contributoor(address) view returns (uint256)
State-modifying
Events airdropPresale()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
devMint()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
refundEveryone()
renounceOwnership()
sendToPresale() payable
setAllowContributions(bool _value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawBalance(address _address)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.