BlockchainBikers
Verified contract
Active on
Ethereum with 11,075 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "BlockchainBikers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21170013 | a day ago | | | 0 | 0.0011842081 | |
| 21169145 | a day ago | | | 0 | 0.00056563545 | |
| 21153207 | 4 days ago | | | 0 | 0.00039198671 | |
| 21153203 | 4 days ago | | | 0 | 0.0011130742 | |
| 21061203 | 16 days ago | | | 0 | 0.00099358412 | |
| 21031232 | 21 days ago | | | 0 | 0.0010364406 | |
| 21014156 | 23 days ago | | | 0 | 0.00056840259 | |
| 20991293 | a month ago | | | 0 | 0.0013955926 | |
| 20841591 | 2 months ago | | | 0 | 0.00025752700 | |
| 20824198 | 2 months ago | | | 0 | 0.00098237682 |
ABI
ABI objects
Getter at block 21178675
BIKER_PROVENANCE() view returns (string)
baseURI() view returns (string)
ipfs://QmNzFa6hQf7F1Et6am4So4k2MQcUkihYy6z72xouPKWP8k/
bikerPrice() view returns (uint256)
90000000000000000
maxBikerPurchase() view returns (uint256)
20
maxBikers() view returns (uint256)
11111
name() view returns (string)
BlockchainBikers
owner() view returns (address)
0x5565c643ea0f46393f1f21ea8bc6214de1f15472
reservedBikers() view returns (uint256)
20
saleIsActive() view returns (bool)
false
symbol() view returns (string)
BIKERS
totalSupply() view returns (uint256)
11111
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)
flipSaleState()
mintBikers(uint256 numberOfTokens) payable
renounceOwnership()
reserveBikers()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenanceHash(string provenanceHash)
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.