CryptorunnerNFT
Verified contract
Active on
Ethereum with 1,184 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 "CryptorunnerNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21121613 | 13 days ago | | | 0 | 0.00033452050 | |
| 20731601 | 2 months ago | | | 0 | 0.00011800310 | |
| 20731599 | 2 months ago | | | 0 | 0.00011818256 | |
| 20657823 | 3 months ago | | | 0 | 0.000060652182 | |
| 20438722 | 4 months ago | | | 0 | 0.00010794023 | |
| 20242124 | 4 months ago | | | 0 | 0.00019344310 | |
| 20137484 | 5 months ago | | | 0 | 0.00015664949 | |
| 19690451 | 7 months ago | | | 0 | 0.00068607962 | |
| 19686963 | 7 months ago | | | 0 | 0.00046700187 | |
| 19578828 | 7 months ago | | | 0 | 0.00060679034 |
ABI
ABI objects
Getter at block 21217848
MAX_GIVEAWAY() view returns (uint256)
0
MAX_PER_TX() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
10560
baseURI() view returns (string)
https://mint.2112.run/tokens721_new/
name() view returns (string)
CryptorunnerNFT
owner() view returns (address)
0xa39ce16698a50a3714b474ef9f42019c4052ce34
priceInWei() view returns (uint256)
100000000000000000
provenance() view returns (string)
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
rootPassAddress() view returns (address)
0x6694a1dc364ff79298539a8a9ad624fe8a4a1708
saleStatus() view returns (bool)
false
symbol() view returns (string)
2112CR
totalReleased() view returns (uint256)
67800000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
2803
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address operator) view returns (bool)
isOwnerOf(address account, uint256[] _tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
projectProxy(address) view returns (bool)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
batchSafeTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes data_)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
burn(uint256 tokenId)
mint(uint256 count) payable
promoMint(uint256 _qty, address _to)
redeemRootPass(address[] _addr)
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setPrice(uint256 _priceInWei)
setProvenance(string _provenance)
setProxyRegistryAddress(address _proxyRegistryAddress)
toggleSaleStatus()
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)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseURI, address _proxyRegistryAddress, address _rootPassAddress, address[] _payees, uint256[] _paymentShares)
receive()
This contract contains no error objects.