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 "BRIDGES"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20932226 | 2 months ago | | | 0 | 0.00057084255 | |
| 19821622 | 7 months ago | | | 0 | 0.00019104218 | |
| 19820893 | 7 months ago | | | 0 | 0.00010621432 | |
| 18800501 | a year ago | | | 0 | 0.0011281824 | |
| 18800500 | a year ago | | | 0 | 0.0011102528 | |
| 18800481 | a year ago | | | 0 | 0.0011664594 | |
| 18557526 | a year ago | | | 0 | 0.0014253701 | |
| 17915423 | a year ago | | | 0 | 0.0018881451 | |
| 17887436 | a year ago | | | 0 | 0.00059435587 | |
| 17494756 | a year ago | | | 0 | 0.00047275176 |
ABI
ABI objects
Getter at block 21337399
MAX_SUPPLY() view returns (uint256)
83
PRICE() view returns (uint256)
50000000000000000
name() view returns (string)
BRIDGES
owner() view returns (address)
0x6a17d3dd92a8d8fdf8a1f27c36a9e046121fc69c
saleIsActive() view returns (bool)
true
symbol() view returns (string)
BRD
totalSupply() view returns (uint256)
83
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)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setSaleIsActive(bool saleIsActive_)
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(string customBaseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.