Kiko VIP
Verified contract
Proxy
Active on
Ethereum with 428 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Kiko VIP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20766274 | 3 months ago | | | 0 | 0.000085444200 | |
| 20660708 | 3 months ago | | | 0 | 0.000028974053 | |
| 20658618 | 3 months ago | | | 0 | 0.000058222353 | |
| 20329517 | 5 months ago | | | 0 | 0.00026724144 | |
| 19868427 | 7 months ago | | | 0 | 0.00064306373 | |
| 19866701 | 7 months ago | | | 0 | 0.00029174472 | |
| 19860241 | 7 months ago | | | 0 | 0.00058346155 | |
| 19821257 | 7 months ago | | | 0 | 0.00021289641 | |
| 19783637 | 7 months ago | | | 0 | 0.00066991615 | |
| 19728818 | 7 months ago | | | 0 | 0.00039363342 |
ABI
ABI objects
Getter at block 21318448
MAX_SUPPLY() view returns (uint256)
1000
baseURI() view returns (string)
https://media.kikomints.com/vip/md/
metadataFrozen() view returns (bool)
false
name() view returns (string)
Kiko VIP
owner() view returns (address)
0x7777409f4c5c4476d3a50098441852a8aab5f777
symbol() view returns (string)
VIP
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
airdropOwner(address[] addr, uint256[] count)
airdropOwnerOnePerAddress(address[] addr)
approve(address to, uint256 tokenId)
freezeMetadata()
initialize()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()