MintySwap
Verified contract
Active on
Ethereum with 13,478 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 |
---|---|---|---|---|---|
MINTYS | ERC-20 | 0.927763 | -- | -- | |
BNB | ERC-20 | 0.02 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21032219 | 18 days ago | | | 0 | 0.00030962319 | |
| 20644806 | 2 months ago | | | 0 | 0.000018498610 | |
| 20634960 | 2 months ago | | | 0 | 0.00039693560 | |
| 20496071 | 3 months ago | | | 0 | 0.000042817197 | |
| 20381298 | 4 months ago | | | 0 | 0.00012824697 | |
| 20001046 | 5 months ago | | | 0 | 0.00027117205 | |
| 19955134 | 5 months ago | | | 0 | 0.00042551846 | |
| 19945237 | 6 months ago | | | 0 | 0.000089808715 | |
| 19945237 | 6 months ago | | | 0 | 0.000089808715 | |
| 19922304 | 6 months ago | | | 0 | 0.00036957867 |
ABI
ABI objects
Getter at block 21158646
decimals() pure returns (uint8)
9
name() pure returns (string)
MintySwap
owner() view returns (address)
0x966fc45e155a7d88eafbcb83b0f8370551be4c89
symbol() pure returns (string)
MINTYS
totalBurned() view returns (uint256)
19096643645553830
totalFees() view returns (uint256)
19096643645553830
totalSupply() view returns (uint256)
980903356354446170
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events airdrop(address recipient, uint256 amount)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reflect(uint256 tAmount)
renounceOwnership()
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.