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 "DYOR"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21297709 | 13 hours ago | | | 0 | 0.00038365480 | |
| 21295370 | 21 hours ago | | | 0 | 0.00067094230 | |
| 21295354 | 21 hours ago | | | 0 | 0.00063974586 | |
| 21291284 | a day ago | | | 0 | 0.00026055574 | |
| 21290675 | 2 days ago | | | 0 | 0.00031529703 | |
| 21290615 | 2 days ago | | | 0 | 0.00016600161 | |
| 21290599 | 2 days ago | | | 0 | 0.00025803640 | |
| 21290101 | 2 days ago | | | 0 | 0.00027161279 | |
| 21289430 | 2 days ago | | | 0 | 0.00033482672 | |
| 21273947 | 4 days ago | | | 0 | 0.00043717209 |
ABI
ABI objects
Getter at block 21301516
AIRDROP_INDEX() view returns (uint256)
90
DOMAIN_SEPARATOR() view returns (bytes32)
0x469c5060819bade0eb3f503fd70f2959554eef2dff81d10153589dc4784d092f
HARD_CAP() view returns (uint256)
20000000000000000000
LP_SUPPLY() view returns (uint256)
2415000000000000000000000000000
MAX_CONTRIBUTION() view returns (uint256)
250000000000000000
MAX_SUPPLY() view returns (uint256)
6900000000000000000000000000000
MIN_CONTRIBUTION() view returns (uint256)
25000000000000000
NUMBER_OF_CONTRIBUTOORS() view returns (uint256)
89
PRESALE_SUPPLY() view returns (uint256)
3105000000000000000000000000000
TOTAL_CONTRIBUTED() view returns (uint256)
20000000000000000000
allowContributions() view returns (bool)
false
allowRefund() view returns (bool)
false
decimals() view returns (uint8)
18
lpMinted() view returns (bool)
true
name() view returns (string)
DYOR
owner() view returns (address)
0x000000000000000000000000000000000000dead
symbol() view returns (string)
DYOR
totalSupply() view returns (uint256)
6900000000000000000000000000000
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)
nonces(address owner) view returns (uint256)
State-modifying
Events airdropPresale(uint256 airdropamount)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
devMint(address _address)
getRefund()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintLPAmount()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
sendToPresale() payable
setAllowContributions(bool _value)
setAllowRefund(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.