BRIDGE KEEPERS
Verified contract
Active on
Ethereum with 882 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb35b…7a11
Balances ($0.00)
No balances found for "BRIDGE KEEPERS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21051990 | a month ago | | | 0 | 0.00012005439 | |
| 21051990 | a month ago | | | 0 | 0.00020957672 | |
| 21044450 | a month ago | | | 0 | 0.00053655002 | |
| 21042008 | a month ago | | | 0 | 0.00029314758 | |
| 21040603 | a month ago | | | 0 | 0.00021516926 | |
| 21037654 | a month ago | | | 0 | 0.00049543486 | |
| 21037452 | a month ago | | | 0 | 0.00058836303 | |
| 21037273 | a month ago | | | 0 | 0.00050435559 | |
| 21031054 | a month ago | | | 0 | 0.00041428337 | |
| 21024985 | a month ago | | | 0 | 0.00023997747 |
ABI
ABI objects
Getter at block 21322900
getPause() view returns (bool)
false
name() view returns (string)
BRIDGE KEEPERS
owner() view returns (address)
0xf99613b4ae868b1ab1219ba4faf933da928ea8ec
publicTime() view returns (uint256)
1668726000
symbol() view returns (string)
BKS
Read-only
_publicBuy(address) view returns (uint256)
_whitlistedBuy(address) view returns (uint256)
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)
burn(uint256 tokenId)
mint(address _to, string[] _tokensURI, uint256 _deadline) payable
renounceOwnership()
revealCollection(string _baseURIextended)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMaxSupply(uint256 _maxSupply)
setPause(bool _pause)
setPublicMaxBuy(uint256 _publicMaxBuy)
setWhitelistedMaxBuy(uint256 _whitelistedMaxBuy)
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)
NFTMintTransfered(address to, uint256 value)
NFTMinted(uint256 indexed tokenId, address owner, address to, string tokenURI)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseURIextended, uint256 _publicTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.