KING MAKER-KEY
Verified contract
Active on
Base with 25 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 "KING MAKER-KEY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23168155 | 2 days ago | | | 0 | 0.0000041173806 | |
| 21799604 | a month ago | | | 0 | 0.0000017318444 | |
| 21742837 | a month ago | | | 0 | 0.0000020146363 | |
| 21742827 | a month ago | | | 0 | 0.0000020146363 | |
| 21742813 | a month ago | | | 0 | 0.0000020491663 | |
| 21742798 | a month ago | | | 0 | 0.0000020537524 | |
| 21742778 | a month ago | | | 0 | 0.0000020735999 | |
| 21742758 | a month ago | | | 0 | 0.0000020300120 | |
| 21742737 | a month ago | | | 0 | 0.0000020249767 | |
| 21742726 | a month ago | | | 0 | 0.0000020194191 |
ABI
ABI objects
Getter at block 23274554
name() view returns (string)
KING MAKER-KEY
owner() view returns (address)
0x1340a84f65aba81acbf168e9e55dca83091e3fc1
symbol() view returns (string)
KMKEY
totalSupply() view returns (uint256)
50
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(address to)
burn(uint256 tokenId)
emergencyWithdraw(address recipient)
forwardERC20s(address token, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string _newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string uri, uint256 supply)
receive()
ERC721EnumerableForbiddenBatchMint()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
ERC721OutOfBoundsIndex(address owner, uint256 index)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()