MetaBus Pass
Verified contract
Active on
Ethereum with 583 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 "MetaBus Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20496115 | 3 months ago | | | 0 | 0.000060584899 | |
| 19679240 | 7 months ago | | | 0 | 0.00051787335 | |
| 19453097 | 8 months ago | | | 0 | 0.0014608036 | |
| 19156760 | 10 months ago | | | 0 | 0.00064667217 | |
| 18973365 | 10 months ago | | | 0 | 0.00073017608 | |
| 18586337 | a year ago | | | 0 | 0.0017704656 | |
| 18041393 | a year ago | | | 0 | 0.00058525449 | |
| 18024698 | a year ago | | | 0 | 0.00083379723 | |
| 17932140 | a year ago | | | 0 | 0.00082267823 | |
| 17832760 | a year ago | | | 0 | 0.00070086857 |
ABI
ABI objects
Getter at block 21229378
name() view returns (string)
MetaBus Pass
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xc65e45608daf485ed676da88b2c7b508e05143b1
proxySaleAddress() view returns (address)
0xda1577bd1e0afb30fe2db43558273755fe105adb
symbol() view returns (string)
MBUS
totalSupply() view returns (uint256)
341
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _to) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setProxySaleAddress(address _proxySaleAddress)
setURI(string _uri)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _uri, address _proxySaleAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.