Milk Supremacy
Verified contract
Active on
Ethereum with 453 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 |
---|---|---|---|---|---|
MILK | ERC-20 | 8.844675B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20300066 | 4 months ago | | | 0 | 0.00014139649 | |
| 20300061 | 4 months ago | | | 0 | 0.00014742209 | |
| 20300041 | 4 months ago | | | 0 | 0.00013645262 | |
| 20299990 | 4 months ago | | | 0 | 0.00012460478 | |
| 20299983 | 4 months ago | | | 0 | 0.00011869688 | |
| 20299972 | 4 months ago | | | 0 | 0.00013794992 | |
| 20299960 | 4 months ago | | | 0 | 0.00014322120 | |
| 20299954 | 4 months ago | | | 0 | 0.00014666120 | |
| 20299949 | 4 months ago | | | 0 | 0.00013149484 | |
| 20299943 | 4 months ago | | | 0 | 0.00014934155 |
ABI
ABI objects
Getter at block 21229747
decimals() view returns (uint8)
18
development() view returns (address)
0xe56497a90c0c51ce8466fcffad81cf3de5c0f7b9
developmentTax() view returns (uint256)
200
maxPerWallet() view returns (uint256)
250
name() view returns (string)
Milk Supremacy
owner() view returns (address)
0x0000000000000000000000000000000000000000
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
slippage() view returns (uint256)
200
symbol() view returns (string)
MILK
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
whitelist(address) view returns (bool)
State-modifying
Events addBlacklist(address _account)
addWhitelist(address _account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeBlacklist(address _account)
removeWhitelist(address _account)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxPerWallet(uint256 _maxPerWallet)
updateRouter(address _router)
updateSlippage(uint256 _slippage)
updatedevelopment(address _development)
updatedevelopmentTax(uint256 _developmentTax)
Approval(address indexed owner, address indexed spender, uint256 value)
MaxPerWalletUpdated(uint256 maxPerWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterUpdated(address router)
SlippageUpdated(uint256 slippage)
Transfer(address indexed from, address indexed to, uint256 value)
developmentTaxUpdated(uint256 developmentTax)
developmentUpdated(address development)
constructor(uint256 _developmentTax, address _development, uint256 _maxPerWallet)
This contract contains no fallback and receive objects.
Blacklisted()
InvalidAddress()
TransferLimitExceeded()