Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ASS | ERC-20 | 1M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20716817 | 2 months ago | | | 0 | 0.000067498212 | |
| 20524573 | 3 months ago | | | 0 | 0.000055237957 | |
| 20194549 | 4 months ago | | | 0 | 0.000041258069 | |
| 20163813 | 5 months ago | | | 0 | 0.00028465443 | |
| 19614454 | 7 months ago | | | 0 | 0.00050349547 | |
| 19288448 | 9 months ago | | | 0 | 0.0012289593 | |
| 19048498 | 10 months ago | | | 0 | 0.00077014668 | |
| 18936539 | 10 months ago | | | 0 | 0.00066314064 | |
| 18935756 | 10 months ago | | | 0 | 0.00061005057 | |
| 18935756 | 10 months ago | | | 0 | 0.00060854737 |
ABI
ABI objects
Getter at block 21168483
HARD_CAP() view returns (uint256)
40000000000000000000
MAX_CONTRIBUTION() view returns (uint256)
1000000000000000000
MAX_SUPPLY() view returns (uint256)
420420420420420000000000000000000
MIN_CONTRIBUTION() view returns (uint256)
100000000000000000
NUMBER_OF_CONTRIBUTOORS() view returns (uint256)
66
PRESALE_SUPPLY() view returns (uint256)
210210210210210000000000000000000
RESERVE_MAX_SUPPLY() view returns (uint256)
210210210210210000000000000000000
TOTAL_CONTRIBUTED() view returns (uint256)
40000000000000000000
allowContributions() view returns (bool)
false
decimals() view returns (uint8)
18
name() view returns (string)
ASS
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ASS
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.