Metakicks Portal Key
Verified contract
Active on
Ethereum with 1,039 txns
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 "Metakicks Portal Key"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21332422 | 10 days ago | | | 0 | 0.0011938317 | |
| 20627972 | 4 months ago | | | 0 | 0.00017324650 | |
| 20627968 | 4 months ago | | | 0 | 0.00028604992 | |
| 20626162 | 4 months ago | | | 0 | 0.000041253747 | |
| 20626161 | 4 months ago | | | 0 | 0.000073773248 | |
| 20536215 | 4 months ago | | | 0 | 0.00048996481 | |
| 20141110 | 6 months ago | | | 0 | 0.00061430758 | |
| 20084616 | 6 months ago | | | 0 | 0.00066360601 | |
| 19285719 | 10 months ago | | | 0 | 0.0034978487 | |
| 19272473 | 10 months ago | | | 0 | 0.0011682062 |
ABI
ABI objects
Getter at block 21402120
MAX_AMOUNT() view returns (uint256)
555
baseURI() view returns (string)
https://metakicks-api.herokuapp.com/token/pass/
currentSaleStatus() view returns (uint8)
0
currentTokenId() view returns (uint256)
555
maxPerTx() view returns (uint256)
5
mintPrice() view returns (uint256)
92000000000000000
name() view returns (string)
Metakicks Portal Key
owner() view returns (address)
0x673ab74486e90b87f992961981e9d7c1f849f2ad
symbol() view returns (string)
MTKSKEY
treasury() view returns (address)
0x673ab74486e90b87f992961981e9d7c1f849f2ad
Read-only
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
minted(address) view returns (uint256)
ownerOf(uint256) view returns (address)
privateList(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelist(address) view returns (uint256)
State-modifying
Events addToPrivateList(address[] addrs, uint256[] amounts)
addToWhitelist(address[] addrs, uint256[] amounts)
approve(address spender, uint256 id)
privateSale()
publicSale(uint256 amount) payable
publicSale(uint256 amount, address to) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseURI)
setCurrentSaleStatus(uint8 _status)
setMaxPerTx(uint256 _maxPerTx)
setMintPrice(uint256 _mintPrice)
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
whitelistSale(uint256 amount) payable
whitelistSale(uint256 amount, address to) payable
withdrawFunds()
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseUriUpdated(string baseURI)
CurrentSaleStatusUpdated(uint8 status)
FundsWithdrawed(uint256 amount)
MaxPerTxUpdated(uint256 maxPerTx)
MintPriceUpdated(uint256 mintPrice)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(string _baseURI, address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.