CYBERUNNERS
Verified contract
Active on
Ethereum with 728 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($470.93)
Native
Value
$470.93
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.14 | $3,363.79 |
$470.93 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20397919 | 4 months ago | | | 0 | 0.000084558455 | |
| 20223381 | 5 months ago | | | 0 | 0.000099150355 | |
| 19898489 | 6 months ago | | | 0 | 0.00027464852 | |
| 19116465 | 10 months ago | | | 0 | 0.00075850213 | |
| 18938780 | a year ago | | | 0 | 0.00045294751 | |
| 18938779 | a year ago | | | 0 | 0.00040160186 | |
| 18808324 | a year ago | | | 0 | 0.00093406543 | |
| 18215737 | a year ago | | | 0 | 0.00075258805 | |
| 18044300 | a year ago | | | 0 | 0.00040122347 | |
| 18044297 | a year ago | | | 0 | 0.00067046513 |
ABI
ABI objects
Getter at block 21260746
NFTS_PER_MINT() view returns (uint256)
8
NFT_MAX() view returns (uint256)
555
NFT_PRICE() view returns (uint256)
70000000000000000
_mysteryURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmUXWTHMPSpPjqQ96d8fAxKiq7QyaJbMyMnDgEWC3d2rqV
burnLive() view returns (bool)
true
contractURI() view returns (string)
https://cyberunners.mypinata.cloud/ipfs/QmUXu37fX2oh2F7MCBQ1wD7xZMH936sSrrsB1rKpqFPXBT/
giftLive() view returns (bool)
true
name() view returns (string)
CYBERUNNERS
owner() view returns (address)
0x5834dab667d032ccd8cee2f1150077278e10fbf2
revealed() view returns (bool)
true
saleLive() view returns (bool)
true
symbol() view returns (string)
CYBER
totalBurnedSupply() view returns (uint256)
2
totalSupply() view returns (uint256)
557
verifiedSigner() view returns (address)
0xfa9500c2f2d397e95de8e67a0d78eeac98340921
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 approve(address to, uint256 tokenId)
burnMint(uint256 _tokenId)
burnMintAsOwner(uint256 _tokenId)
mint(uint256 tokenQuantity, uint256 nonce, address wallet, bytes signature) payable
mintGift(uint256 tokenQuantity, uint256 nonce, address wallet, bytes signature)
mintGiftAsOwner(uint256 tokenQuantity, address wallet)
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)
setContractURI(string URI)
setMysteryURI(string URI)
setNFTMax(uint256 max)
setPriceOfNFT(uint256 price)
setVerifiedSigner(address wallet)
toggleBurnStatus()
toggleMysteryURI()
toggleSaleGiftStatus()
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.