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 "MILK"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19299852 | 2 months ago | | | 0 | 0.000000109363143932 | |
| 12824156 | 7 months ago | | | 0 | 0.000000057025537640 | |
| 5760327 | a year ago | | | 0 | 1.7159516e-7 | |
| 5677245 | a year ago | | | 0 | 0.000023144000 | |
| 5623958 | a year ago | | | 0 | 3.1466537e-7 | |
| 5361193 | a year ago | | | 0 | 0.000000093128000000 | |
| 5360994 | a year ago | | | 0 | 5.1220400e-7 | |
| 5089568 | a year ago | | | 0 | 3.1466537e-7 | |
| 4867517 | a year ago | | | 0 | 2.1442360e-7 | |
| 4857500 | a year ago | | | 0 | 3.1466537e-7 |
ABI
ABI objects
Getter at block 21976909
_tTotal() view returns (uint256)
1200000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
MILK
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
25
symbol() view returns (string)
MILK
totalSupply() view returns (uint256)
13332000000000000001113892933824818799354627
treasury() view returns (address)
0x52fa4d0e30303f9d28e90a845be520760a209432
Read-only
_isExcludedFromFee(address) view returns (bool)
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)
burnByTreasury(address account, uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account, bool status)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintByTreasury(address account, uint256 amount)
recoverLostETH()
recoverLostTokens(address _token, address _to, uint256 _amount)
renounceOwnership()
setSellFee(uint256 _fee)
setTreasury(address _treasury)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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.