BITRING
Verified contract
Active on
Ethereum with 1,818 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 "BITRING"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21372334 | a day ago | | | 0 | 0.0011347594 | |
| 21210872 | 24 days ago | | | 0 | 0.00032736200 | |
| 21205076 | 24 days ago | | | 0 | 0.00037412800 | |
| 20825468 | 3 months ago | | | 0 | 0.00057210686 | |
| 20495988 | 4 months ago | | | 0 | 0.000037706109 | |
| 20414711 | 4 months ago | | | 0 | 0.00012373368 | |
| 20412766 | 4 months ago | | | 0 | 0.00027386389 | |
| 20200813 | 5 months ago | | | 0 | 0.00011125090 | |
| 19906873 | 7 months ago | | | 0 | 0.000070170356 | |
| 19906873 | 7 months ago | | | 0 | 0.000070102433 |
ABI
ABI objects
Getter at block 21379628
maxSupply() view returns (uint64)
1000
name() view returns (string)
BITRING
owner() view returns (address)
0x56a06895b889c52c9534d4c919e9e699acd143a0
presaleActive() view returns (bool)
true
presaleCost() view returns (uint256)
50000000000000000
publicSaleActive() view returns (bool)
false
publicSaleCost() view returns (uint256)
100000000000000000
symbol() view returns (string)
BITRING
totalMinted() view returns (uint256)
1000
totalSupply() view returns (uint256)
921
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
ownerMint(uint256 _mintAmount, address _receiver)
presaleMint(uint64 _mintAmount) payable
publicMint(uint64 _mintAmount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setPresaleActive(bool _state)
setPubCost(uint256 _newCost)
setPublicActive(bool _state)
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()
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()