The Heist Characters
Verified contract
Active on
Ethereum with 656 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0a75…ec66
Balances ($0.00)
No balances found for "The Heist Characters"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19736022 | 7 months ago | | | 0 | 0.00023808879 | |
| 18737411 | a year ago | | | 0 | 0.0013054270 | |
| 16702597 | 2 years ago | | | 0 | 0.0012477101 | |
| 16587414 | 2 years ago | | | 0 | 0.00062537470 | |
| 16510056 | 2 years ago | | | 0 | 0.00065641144 | |
| 16505078 | 2 years ago | | | 0 | 0.00065403290 | |
| 16488474 | 2 years ago | | | 0 | 0.00044626968 | |
| 16488452 | 2 years ago | | | 0 | 0.00033958601 | |
| 16456444 | 2 years ago | | | 0 | 0.00048649773 | |
| 16309437 | 2 years ago | | | 0 | 0.00038048902 |
ABI
ABI objects
Getter at block 21214469
MAX_CHARACTERS() view returns (uint16)
15000
_totalMinted() view returns (uint16)
3566
_totalSupply16() view returns (uint16)
3566
maxSupply() view returns (uint16)
15000
name() view returns (string)
The Heist Characters
owner() view returns (address)
0x0c9960400c05861daaef5f95f083b81d3c593bc0
paused() view returns (bool)
false
symbol() view returns (string)
HEIST
totalSupply() view returns (uint256)
3566
Read-only
_ownerOf16(uint16) view returns (address)
balanceOf(address owner_) view returns (uint256)
getApproved(uint16) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 tokenID) view returns (address)
supportsInterface(bytes4 interfaceId) pure returns (bool supported)
tokenOfOwnerByIndex(address owner_, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenID) view returns (string)
State-modifying
Events Mint(uint8 amount, address to)
Pause()
Unpause()
addController(address newController)
addControllers(address[] newControllers)
approve(address spender, uint256 tokenID)
removeController(address toDelete)
renounceOwnership()
safeTransferFrom(address, address to, uint256 tokenID)
safeTransferFrom(address, address to, uint256 tokenID, bytes data)
setApprovalForAll(address operator, bool approved)
setMetadataHandler(address newHandlerAddress)
transfer(address to, uint256 tokenID)
transferFrom(address owner_, address to, uint256 tokenID)
transferOwnership(address newOwner)
transfer_16(address to, uint16 tokenID)
Approval(address indexed owner, address indexed spender, uint256 indexed tokenID)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
Transfer(address indexed from, address indexed to, uint256 indexed tokenID)
Unpaused()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.