MintingPool
Verified contract
Active on
Ethereum with 56 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($180.49)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x89d2…0359 | ERC-20 | 9.266 | $19.47 |
$180.41 | |
USDT | ERC-20 | 0.0798 | $1.00 |
$0.08 | |
KICK | ERC-20 | 888.888K | -- | -- | |
MKT | ERC-20 | 4.4749K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11526549 | 4 years ago | | | 0 | 0.0025704790 | |
| 11526534 | 4 years ago | | | 0 | 0.0026210480 | |
| 11218853 | 4 years ago | | | 0 | 0.00092073000 | |
| 11218853 | 4 years ago | | | 0 | 0.00080318410 | |
| 11218853 | 4 years ago | | | 0 | 0.00079786500 | |
| 11218853 | 4 years ago | | | 0 | 0.00079795500 | |
| 11218853 | 4 years ago | | | 0 | 0.00079786500 | |
| 11218853 | 4 years ago | | | 0 | 0.00079795500 | |
| 11218853 | 4 years ago | | | 0 | 0.00079795500 | |
| 11218853 | 4 years ago | | | 0 | 0.00079795500 |
ABI
ABI objects
Getter at block 21303281
getAllAddresses() view returns (address[])
[0xfE3a6567A25d74b3A7F10ED49631502806Ed1a17]
isOwner() view returns (bool)
false
owner() view returns (address)
0xb81f667e2d10ee569ea08502661924d45b6e65e6
Read-only
allAddresses(uint256) view returns (address)
minted(address) view returns (uint256)
received(address) view returns (uint256)
redeemed(address) view returns (uint256)
sent(address) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events addAddress(address adr)
approveERC20(address token, address spender, uint256 amount)
internalMintPositionTokens(address marketContractAddress, uint256 qtyToMint, bool payInMKT)
internalRedeemPositionTokens(address marketContractAddress, uint256 qtyToRedeem)
mintPositionTokens(address marketContractAddress, uint256 qtyToMint, bool)
redeemPositionTokens(address marketContractAddress, uint256 qtyToRedeem)
removeAddress(address adr)
renounceOwnership()
transferOwnership(address newOwner)
withdrawERC20(address token, uint256 amount)
AddressAdded(address indexed adr)
AddressRemoved(address indexed adr)
Approval(address indexed tokenAddress, address indexed spender, uint256 amount)
Mint(address indexed contractAddress, address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redeem(address indexed contractAddress, address indexed to, uint256 value)
Withdraw(address indexed tokenAddress, address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.