3Landers

Verified contract

Proxy

Active on Ethereum with 1,840 txns
Deployed by via 0x5bb21236 at 17331822
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 42 additional slots
-
variable spans 47 additional slots
-
variable spans 47 additional slots

No balances found for "3Landers"

0x7a974e064af60485ff090a26b450d46ef90b8d47cc60ef7a1667d26599cccdb4
0x3d28d62f386887cc635a79f65b0f84e190887aca36fe8bf8af3d3c93eeb7690b
0xbaf1aa11117ad7b77552b0599432dbe54e91ad056b5b3800e7e3c54bc924461e
0x0011c66bb0d1f714fb1e5bf00aa31a48e66e370db56209d73df1ac68ed141c99
From
0x7d27df6d8d62e385a13e254a21ad833947116e3d17af4e58059499facc41c341
0x84a31c74f66c76ad8219a98147c9ec70b7089ca784701df843911e5efbc1b98d
0xef5fbc525d15c2807877096d4f8526f533f6b84114da13b4d3b545a05319c761
0x24cc050a27680b42a664fdbc0c9657ce4fd1ce56c5edba1a5e7429ed5a9268bc
0xb8092b5fd762d8b8c11b9344675b0c51204872b4248419e6c605a746845b935f
0x82c55399e1864f45e0335acd4c07f53bebb0c41ba58a56ad4d1d260fd8916e2f

Functions
Getter at block 20859547
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY(view returns (uint256)
10000
baseURI(view returns (string)
https://metadata.3landersnft.com/api/metadata/
name(pure returns (string)
3Landers
startToken(view returns (uint256)
1
symbol(pure returns (string)
3L
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] to
approve(address operatoruint256 tokenId
burnBatch(uint256[] tokenIds
grantRole(bytes32 roleaddress account
initialize(string _namestring _symbolstring baseURI_address _receiveruint96 _royaltyuint256 startToken_
initializeV2(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setDefaultRoyalty(address receiveruint96 feeNumerator
transferFrom(address fromaddress touint256 tokenId
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
OperatorNotAllowed(address operator