Verticaltoken.dev
Verified contract
Active on
Ethereum with 65 txns
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 "Verticaltoken.dev"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11835421 | 4 years ago | | | 0 | 0.0057079548 | |
| 11818294 | 4 years ago | | | 0 | 0.0048953300 | |
| 11810923 | 4 years ago | | | 0 | 0.0071649830 | |
| 11807935 | 4 years ago | | | 0 | 0.0041387790 | |
| 11805495 | 4 years ago | | | 0 | 0.0076100130 | |
| 11805310 | 4 years ago | | | 0 | 0.0058743960 | |
| 11804786 | 4 years ago | | | 0 | 0.0062304200 | |
| 11804315 | 4 years ago | | | 0 | 0.014097980 | |
| 11804315 | 4 years ago | | | 0 | 0.014097980 | |
| 11804210 | 4 years ago | | | 0 | 0.0060969110 |
ABI
ABI objects
Getter at block 21321026
decimals() view returns (uint8)
18
getLastPrice() view returns (uint256)
606924
live() view returns (bool)
true
name() view returns (string)
Verticaltoken.dev
owner() view returns (address)
0x5f7a93e4a123b18ebe3ccef15858d2fdd6b484cc
startPrice() view returns (uint256)
800000
symbol() view returns (string)
VERT
totalSupply() view returns (uint256)
10000000000000000000000000
uniWethPool() view returns (address)
0x7d16fe09d6c017597c3109f62078a63ec3d3241e
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
uniswapPairPath(uint256) view returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblockWallet(address account)
updateLive()
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(address _uniswapV2Router)
This contract contains no fallback and receive objects.
This contract contains no error objects.