Syn City Genesis Passes
Verified contract
Active on
Ethereum with 2,452 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 "Syn City Genesis Passes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20980364 | a month ago | | | 0 | 0.00062610310 | |
| 20980363 | a month ago | | | 0 | 0.00057352653 | |
| 20980363 | a month ago | | | 0 | 0.00057248724 | |
| 20756250 | 2 months ago | | | 0 | 0.00021267354 | |
| 20747041 | 2 months ago | | | 0 | 0.000074999466 | |
| 20747012 | 2 months ago | | | 0 | 0.000087768259 | |
| 20746917 | 2 months ago | | | 0 | 0.000078161704 | |
| 20746853 | 2 months ago | | | 0 | 0.000078954100 | |
| 20331480 | 4 months ago | | | 0 | 0.00034715700 | |
| 20327263 | 4 months ago | | | 0 | 0.00045323204 |
ABI
ABI objects
Getter at block 21262807
contractURI() view returns (string)
https://meta.mob.land/pass/
maxTokenId() view returns (uint256)
888
name() view returns (string)
Syn City Genesis Passes
nextTokenId() view returns (uint256)
425
owner() view returns (address)
0x41bdd852d3618dc5d6338279f373bf7935dc0242
symbol() view returns (string)
SYNP
tokenURIHasBeenFrozen() view returns (bool)
false
validator() view returns (address)
0xc626be886d4b7d09898152c61959a9a898a78d6f
Read-only
balanceOf(address owner) view returns (uint256)
encodeForSignature(address to, bytes32 authCode, uint256 typeIndex) pure returns (bytes32)
getApproved(uint256 tokenId) view returns (address)
getRemaining(uint256 typeIndex) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
operators(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
team(uint256) view returns (address)
tokenURI(uint256 tokenId) view returns (string)
usedCodes(bytes32) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
claimFreeToken(bytes32 authCode, uint256 typeIndex, bytes signature)
freezeBaseTokenURI()
giveawayToken(address to, bytes32 authCode, bytes signature)
renounceOwnership()
revokeOperator(address operator_)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setOperators(address[] _operators)
setValidator(address validator_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseTokenURI(string uri)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIFrozen()
BaseURIUpdated()
OperatorRevoked(address operator)
OperatorSet(address operator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
ValidatorSet(address validator)
constructor(address _validator)
This contract contains no fallback and receive objects.
This contract contains no error objects.