Bus stop
Verified contract
Active on
Ethereum with 3,346 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($623.24)
Native
Value
$623.24
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.17118 | $3,640.82 |
$623.24 | |
APE_REUNION | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20803139 | 2 months ago | | | 0 | 0.00033791442 | |
| 20703875 | 3 months ago | | | 0 | 0.000044795861 | |
| 19167070 | 10 months ago | | | 0 | 0.00047577245 | |
| 18967421 | a year ago | | | 0 | 0.00036424425 | |
| 18895331 | a year ago | | | 0 | 0.00074854506 | |
| 18876524 | a year ago | | | 0 | 0.0011301258 | |
| 18804934 | a year ago | | | 0 | 0.00079416815 | |
| 18394848 | a year ago | | | 0 | 0.00019844778 | |
| 18394164 | a year ago | | | 0 | 0.00084607816 | |
| 18199251 | a year ago | | | 0 | 0.00035086728 |
ABI
ABI objects
Getter at block 21283266
cost() view returns (uint256)
0
maxPerMint() view returns (uint32)
10
maxPerWallet() view returns (uint32)
20
name() view returns (string)
Bus stop
open() view returns (bool)
true
owner() view returns (address)
0x8ed519252faa549c7df73e7a6b27a265fa202daa
presaleOpen() view returns (bool)
false
revealed() view returns (bool)
true
supply() view returns (uint32)
9000
symbol() view returns (string)
Busstop
totalSupply() view returns (uint32)
9000
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airdrop(address[] to)
approve(address to, uint256 tokenId)
mint(uint32 count) payable
presaleMint(uint32 count, bytes32[] proof) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCommission(uint32 _commision)
setCost(uint256 _cost)
setMaxPerMint(uint32 _max)
setMaxPerWallet(uint32 _max)
setOpen(bool _open)
setPreSaleAddresses(bytes32 root)
setPresaleOpen(bool _open)
setUnrevealedURI(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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 _uri, string _name, string _symbol, uint32 _totalSupply, uint256 _cost, bool _open)
This contract contains no fallback and receive objects.
This contract contains no error objects.