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 "VBUCKS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21003192 | a month ago | | | 0 | 0.00034356720 | |
| 20947359 | 2 months ago | | | 0 | 0.00032321993 | |
| 20564491 | 3 months ago | | | 0 | 0.00020506581 | |
| 20556312 | 3 months ago | | | 0 | 0.000087262454 | |
| 20556302 | 3 months ago | | | 0 | 0.000083930753 | |
| 20481797 | 4 months ago | | | 0 | 0.000081566083 | |
| 20138133 | 5 months ago | | | 0 | 0.00023936588 | |
| 20032063 | 6 months ago | | | 0 | 0.00079659989 | |
| 19917025 | 6 months ago | | | 0 | 0.00033470976 | |
| 18698669 | a year ago | | | 0 | 0.0013345293 |
ABI
ABI objects
Getter at block 21307194
HARD_CAP() view returns (uint256)
30000000000000000000
MAX_CONTRIBUTION() view returns (uint256)
1000000000000000000
MAX_SUPPLY() view returns (uint256)
420690000000000000000000000000000
MIN_CONTRIBUTION() view returns (uint256)
100000000000000000
NUMBER_OF_CONTRIBUTOORS() view returns (uint256)
23
PRESALE_SUPPLY() view returns (uint256)
252414000000000000000000000000000
RESERVE_MAX_SUPPLY() view returns (uint256)
168276000000000000000000000000000
TOTAL_CONTRIBUTED() view returns (uint256)
13960000000000000000
allowContributions() view returns (bool)
false
decimals() view returns (uint8)
18
name() view returns (string)
VBUCKS
owner() view returns (address)
0x0000000000000000000000000000000000000000
startingTax() view returns (uint256)
100
symbol() view returns (string)
VBUCKS
taxCollector() view returns (address)
0x63c9a85749801ad8ac7fdb60a11a29ddb1734918
taxDuration() view returns (uint256)
600
totalSupply() view returns (uint256)
420690000000000000000000000000000
tradingStartTimeStamp() view returns (uint256)
1684020995
uniswapV2Pair() view returns (address)
0xb671c9b753f91c088861c7920ff5ebc79d7569dc
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)
whiteLists(address) view returns (bool)
State-modifying
Events addBatchWhiteList(address[] _address)
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)
setTaxCollector(address _taxCollector)
setUniswapV2Pair(address _uniswapV2Pair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
whiteList(address _address, bool _isWhiteListing)
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.