MINISWAP
Verified contract
Active on
Ethereum with 12,924 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($16,425.15)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MINI | ERC-20 | 259.887432K | $0.063201 |
$16,425.15 | |
SBTC | ERC-20 | 40.188209 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151490 | a day ago | | | 0 | 0.00061356422 | |
| 21116219 | 6 days ago | | | 0 | 0.00024480607 | |
| 21101551 | 8 days ago | | | 0 | 0.00081537457 | |
| 21098579 | 9 days ago | | | 0 | 0.00033583244 | |
| 21097768 | 9 days ago | | | 0 | 0.00032683000 | |
| 21084974 | 11 days ago | | | 0 | 0.00048222923 | |
| 21066447 | 13 days ago | | | 0 | 0.0010831735 | |
| 21029096 | 18 days ago | | | 0 | 0.0016733346 | |
| 21025278 | 19 days ago | | | 0 | 0.00017333124 | |
| 21025278 | 19 days ago | | | 0 | 0.00017333124 |
ABI
ABI objects
Getter at block 21161597
MAX_UINT() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
_totalSupply() view returns (uint256)
150545886760887642975641898
basisPointsRate() view returns (uint256)
0
decimals() view returns (uint8)
18
deprecated() view returns (bool)
false
getOwner() view returns (address)
0xc6f849768e4d3851c0187d6f6f023814015f6124
k() view returns (uint256)
31
maxBase() view returns (uint256)
1000000000
maxK() view returns (uint256)
30
maxSupply() view returns (uint256)
1000000000000000000000000000
maximumFee() view returns (uint256)
0
name() view returns (string)
MINISWAP
owner() view returns (address)
0xc6f849768e4d3851c0187d6f6f023814015f6124
paused() view returns (bool)
false
price30() view returns (uint256)
2
priceBase() view returns (uint256)
93
symbol() view returns (string)
MINI
totalSupply() view returns (uint256)
150545886760887642975641898
upgradedAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address who) view returns (uint256)
balances(address) view returns (uint256)
calAmount(uint256 amount_eth, uint256 price) view returns (uint256)
calN(uint256 tempK) view returns (uint256)
calPrice(uint256 tempK) view returns (uint256)
getBlackListStatus(address _maker) view returns (bool)
isBlackListed(address) view returns (bool)
kTotals(uint256) view returns (uint256)
State-modifying
Events addBlackList(address _evilUser)
approve(address _spender, uint256 _value) returns (bool)
deprecate(address _upgradedAddress)
destroyBlackFunds(address _blackListedUser)
issueTo(address to, uint256 amount)
pause()
removeBlackList(address _clearedUser)
rmIssueAuthAddr(address addr)
setIssueAuthAddr(address addr)
setParams(uint256 newBasisPoints, uint256 newMaxFee)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
withdraw()
AddedBlackList(address _user)
Approval(address indexed owner, address indexed spender, uint256 value)
Deprecate(address newAddress)
DestroyedBlackFunds(address _blackListedUser, uint256 _balance)
IssueTo(address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Params(uint256 feeBasisPoints, uint256 maxFee)
Pause()
RemovedBlackList(address _user)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(uint256 _initialSupply, string _name, string _symbol, uint8 _decimals)
fallback()
This contract contains no error objects.