Vibes.Finance
Verified contract
Active on
Ethereum with 237 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 "Vibes.Finance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12679331 | 3 years ago | | | 0 | 0.0010234180 | |
| 12528377 | 3 years ago | | | 0 | 0.00028985187 | |
| 11607245 | 4 years ago | | | 0 | 0.0036867771 | |
| 11454501 | 4 years ago | | | 0 | 0.0015546650 | |
| 11342102 | 4 years ago | | | 0 | 0.00097721800 | |
| 11341382 | 4 years ago | | | 0 | 0.0018986650 | |
| 11322535 | 4 years ago | | | 0 | 0.0029316540 | |
| 11295732 | 4 years ago | | | 0 | 0.0039088720 | |
| 11288693 | 4 years ago | | | 0 | 0.0015146879 | |
| 11268943 | 4 years ago | | | 0 | 0.0011104750 |
ABI
ABI objects
Getter at block 21212790
DevMode() view returns (bool)
false
LimitMode() view returns (bool)
false
VibesMode() view returns (bool)
true
_totalSupply() view returns (uint256)
10000000000000000000000
basePercent() view returns (uint256)
5
decimals() view returns (uint8)
18
name() view returns (string)
Vibes.Finance
symbol() view returns (string)
VIBES
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
amountToTake(uint256 value) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events ChangeDev2(address _lpToken)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue)
disableDevMode()
disableLimitMode()
disableVibesMode()
enableDevMode()
enableLimitMode()
enableVibesMode()
increaseAllowance(address spender, uint256 addedValue)
multiTransfer(address[] receivers, uint256[] amounts)
setUniAddress(address _lpToken)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.