veggie.finance
Verified contract
Active on
Ethereum with 596 txns
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 |
---|---|---|---|---|---|
TEST | ERC-20 | 9.9M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21208490 | 13 days ago | | | 0 | 0.00033131547 | |
| 15479169 | 2 years ago | | | 0 | 0.00015302355 | |
| 14892752 | 2 years ago | | | 0 | 0.0041827274 | |
| 13809296 | 3 years ago | | | 0 | 0.0026658405 | |
| 13054392 | 3 years ago | | | 0 | 0.00052970359 | |
| 12697399 | 3 years ago | | | 0 | 0.00027711500 | |
| 12697328 | 3 years ago | | | 0 | 0.00025669600 | |
| 12695615 | 3 years ago | | | 0 | 0.00021877500 | |
| 12451754 | 4 years ago | | | 0 | 0.00080217500 | |
| 11543933 | 4 years ago | | | 0 | 0.0036087930 |
ABI
ABI objects
Getter at block 21305071
MAX_SUPPLY() view returns (uint256)
10000
creator() view returns (address)
0x65b0950e5b927fec7eac2e4a6b73672191691297
decimals() view returns (uint8)
18
minter() view returns (address)
0x65b0950e5b927fec7eac2e4a6b73672191691297
name() view returns (string)
veggie.finance
paused() view returns (bool)
false
pauser() view returns (address)
0xfc3033a8f600170b741a18bde246beddeec806ce
symbol() view returns (string)
VEG
tokenUniswapPair() view returns (address)
0x05f529bf6d8b593b8f871158eb55c535ffe49bd8
totalSupply() view returns (uint256)
3632221041410761602567
unpauseTime() view returns (uint256)
1602620360
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
createUniswapPairMainnet() returns (address)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
setMinter(address _address)
setPauser(address _address)
setWhitelistedRecipients(address _addr, bool _whitelisted)
setWhitelistedSenders(address _addr, bool _whitelisted)
togglePause(bool _bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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.