Bored Ohms Sewer Apes
Verified contract
Active on
Ethereum with 341 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 "Bored Ohms Sewer Apes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20756333 | 2 months ago | | | 0 | 0.00016512176 | |
| 20625541 | 2 months ago | | | 0 | 0.000099435305 | |
| 20601610 | 3 months ago | | | 0 | 0.000057070058 | |
| 20350825 | 4 months ago | | | 0 | 0.00085320000 | |
| 20234191 | 4 months ago | | | 0.003 | 0.0015725369 | |
| 19480061 | 8 months ago | | | 0.003 | 0.0037135085 | |
| 19243959 | 9 months ago | | | 0 | 0.0014874587 | |
| 19132033 | 9 months ago | | | 0.003 | 0.0024750873 | |
| 19074222 | 10 months ago | | | 0 | 0.00053877177 | |
| 19024646 | 10 months ago | | | 0 | 0.0013339840 |
ABI
ABI objects
Getter at block 21169478
BAYC() view returns (address)
0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d
DELEGATE_CASH_CONTRACT() view returns (address)
0x00000000000076a84fef008cdabe6409d2fe638b
WARM_WALLET_CONTRACT() view returns (address)
0xc3aa9bc72bd623168860a1e5c6a4530d3d80456c
baseURI() view returns (string)
ipfs://Qmc1pNGMR2MqKXWEutSnkJsgKwJSbYbUyH2DAJMcNBLAQb/
maxSupply() view returns (uint256)
10000
mintEnabled() view returns (bool)
true
name() view returns (string)
Bored Ohms Sewer Apes
owner() view returns (address)
0xa80a9dfaef6feecb193f3cfed3732134ef64ba36
price() view returns (uint256)
3000000000000000
symbol() view returns (string)
BOSA
totalSupply() view returns (uint256)
0
w1() view returns (address)
0x3bbcf2972299e6da5ef830af78791e3a7ed7278d
w2() view returns (address)
0xd4e9486e81a73c56baeebf1455e114d854dfe7ff
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(uint256 tokenId, address to)
approve(address to, uint256 tokenId)
mint(uint256[] tokenIds) 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 _baseuri)
setPrice(uint256 price_)
toggleMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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.
MintNotLive()
NoneLeft()
NotApprovedOrOwner()
NotEnoughETH()
NotValidToken()
TokenAlreadyMinted()
TokenDoesNotExist()
WithdrawalFailed()
ZeroAddressCheck()