Monte.finance
Verified contract
Active on
Ethereum with 348 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 |
---|---|---|---|---|---|
MONTE | ERC-20 | 7.436065 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17377008 | a year ago | | | 0 | 0.0013297083 | |
| 17376994 | a year ago | | | 0 | 0.0013818071 | |
| 17376968 | a year ago | | | 0 | 0.0014482541 | |
| 17376881 | a year ago | | | 0 | 0.0022774172 | |
| 16654452 | 2 years ago | | | 0 | 0.00056164364 | |
| 16643930 | 2 years ago | | | 0 | 0.00098662895 | |
| 16574540 | 2 years ago | | | 0 | 0.00050233043 | |
| 14627404 | 3 years ago | | | 0 | 0.00088890229 | |
| 13256333 | 3 years ago | | | 0 | 0.0021925684 | |
| 13246650 | 3 years ago | | | 0 | 0.0031429966 |
ABI
ABI objects
Getter at block 21291247
decimals() view returns (uint8)
18
isSwapEnabled() view returns (bool)
true
isTaxActive() view returns (bool)
true
minTokenBeforeSwap() view returns (uint256)
10000000000000000000
name() view returns (string)
Monte.finance
owner() view returns (address)
0xec09045db690ed28e2ca90be7ad8f068ae9dbe8b
stakingPool() view returns (address)
0x786b7942e5568b54f711655a721fe5e1c2474539
symbol() view returns (string)
MONTE
taxFee() view returns (uint256)
300
taxFeeTotal() view returns (uint256)
367866732168805312058
totalEthDistributed() view returns (uint256)
16986359227177859397
totalSupply() view returns (uint256)
8200000000000000000000
uniswapV2Pair() view returns (address)
0x7bbca9f1d391189ec9739e71b4b8a9ba1581494b
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isTaxless(address) view returns (bool)
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()
setMinTokenBeforeSwap(uint256 amount)
setPairAddress(address pair)
setStakingPool(address _stakingPool)
setSwapEnabled(bool _value)
setTaxActive(bool _value)
setTaxFee(uint256 _taxFee)
setTaxless(address account, bool _value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapedTokenForEth(uint256 ethAmount, uint256 tokenAmount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.