LondonToken_0.3
Verified contract
Active on
Ethereum with 28 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 "LondonToken_0.3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17533330 | a year ago | | | 0 | 0.00072501660 | |
| 16771318 | 2 years ago | | | 0 | 0.0025202035 | |
| 16703835 | 2 years ago | | | 0 | 0.0016237287 | |
| 16434726 | 2 years ago | | | 0 | 0.0051017559 | |
| 16352298 | 2 years ago | | | 0 | 0.00098835660 | |
| 16327008 | 2 years ago | | | 0 | 0.0014825349 | |
| 16277210 | 2 years ago | | | 0 | 0.00086188772 | |
| 16273242 | 2 years ago | | | 0 | 0.0012001473 | |
| 16265737 | 2 years ago | | | 0 | 0.00077642070 | |
| 16262772 | 2 years ago | | | 0 | 0.00091775970 |
ABI
ABI objects
Getter at block 21129483
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_baseUri() view returns (string)
ipfs://
gatewayManager() view returns (address)
0x1bfe7452477accc0188c34b3a4e8e3b15bf671b0
mintingManager() view returns (address)
0xe445fb0297f7d1f507df708185946210eb6a9de6
name() view returns (string)
LondonToken_0.3
owner() view returns (address)
0x2dff0172358f762347a2d4f664f60f1ad488bca0
symbol() view returns (string)
VERSE
Read-only
_balances(address) view returns (uint256)
_cids(uint256) view returns (string)
_owners(uint256) view returns (address)
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)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
batchMintWithCreator(address[] to, address creator, uint256[] tokenIds, string[] tokenCids, address royaltyRecipient, uint256 royaltyValue)
mintWithCreator(address creator, address to, uint256 tokenId, string cid, address royaltyRecipient, uint256 royaltyValue)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCID(uint256 tokenId, string cid)
setCIDs(uint256[] tokenIds, string[] cids_)
setGatewayManager(address gatewayManager_)
setMintingManager(address minter_)
setRoyalties(uint256 tokenId, address royaltyRecipient, uint256 royaltyValue)
setURI(string newuri)
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 minter_, address gatewayManager_)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)