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 "DNLand"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13121040 | 8 months ago | | | 0.008 | 0.0000017604666 | |
| 13070919 | 8 months ago | | | 0 | 0.0000014452504 | |
| 13070130 | 8 months ago | | | 0.005 | 0.0000085435906 | |
| 13070099 | 8 months ago | | | 0.015 | 0.0000085435906 | |
| 13070079 | 8 months ago | | | 0.1 | 0.0000043308986 | |
| 13070064 | 8 months ago | | | 0.1 | 0.0000043308986 | |
| 13070044 | 8 months ago | | | 0.1 | 0.0000043695931 | |
| 13070026 | 8 months ago | | | 0.1 | 0.0000043768757 | |
| 13070008 | 8 months ago | | | 0.1 | 0.0000043741692 | |
| 13069988 | 8 months ago | | | 0.1 | 0.0000043821487 |
ABI
ABI objects
Getter at block 23153707
SEND() view returns (uint16)
1
SEND_AND_CALL() view returns (uint16)
2
approvalRequired() pure returns (bool)
false
auctionProtocol() view returns (address)
0xba8ab1828fe2ee785792dcff4fb7791f0cfff1c7
decimalConversionRate() view returns (uint256)
1
decimals() pure returns (uint8)
18
enableAuctionMint() view returns (bool)
false
enableAuctionRefund() view returns (bool)
false
enableSetSkipNFT() view returns (bool)
false
endpoint() view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
gridSize() view returns (uint256)
0
landProfitProtocol() view returns (address)
0x0000000000000000000000000000000000000000
maxLandSupply() view returns (uint256)
0
mirrorERC721() view returns (address)
0x0000000000000000000000000000000000000000
msgInspector() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
DNLand
oApp() view returns (address)
0x1fa62a23e284400d6b5823408ce7e5c764dbde1a
oAppVersion() pure returns (uint64 senderVersion, uint64 receiverVersion)
(senderVersion=1, receiverVersion=2)
oftVersion() pure returns (bytes4 interfaceId, uint64 version)
(interfaceId=0x02e49c2c, version=1)
owner() view returns (address)
0xaa127b1846a873662663228d62886f0917751134
preCrime() view returns (address)
0x0000000000000000000000000000000000000000
sharedDecimals() view returns (uint8)
6
symbol() view returns (string)
DNLAND
teamWallet() view returns (address)
0xaa127b1846a873662663228d62886f0917751134
token() view returns (address)
0x1fa62a23e284400d6b5823408ce7e5c764dbde1a
totalSupply() view returns (uint256)
0
uniswapPool() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowInitializePath(struct Origin origin) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
combineOptions(uint32 _eid, uint16 _msgType, bytes _extraOptions) view returns (bytes)
enforcedOptions(uint32 eid, uint16 msgType) view returns (bytes enforcedOption)
getLandCoordsByTokenId(uint256 tokenId, uint256 gridSize) pure returns (uint256 x, uint256 y)
getLandIdByTokenId(uint256 tokenId) view returns (uint256)
getProfit(address a) view returns (uint88)
getSkipNFT(address owner) view returns (bool)
isComposeMsgSender(struct Origin, bytes, address _sender) view returns (bool)
isPeer(uint32 _eid, bytes32 _peer) view returns (bool)
nextNonce(uint32, bytes32) view returns (uint64 nonce)
peers(uint32 eid) view returns (bytes32 peer)
quoteOFT(struct SendParam _sendParam) view returns (struct OFTLimit oftLimit, struct OFTFeeDetail[] oftFeeDetails, struct OFTReceipt oftReceipt)
quoteSend(struct SendParam _sendParam, bool _payInLzToken) view returns (struct MessagingFee msgFee)
State-modifying
Events airdrop(address[] addrs, uint256[] amounts)
approve(address spender, uint256 amount) returns (bool)
auctionBuy(uint256 amount) payable
auctionMint()
auctionRefund() payable
initialize(address mirror, uint256 gridSize_)
lzReceive(struct Origin _origin, bytes32 _guid, bytes _message, address _executor, bytes _extraData) payable
lzReceiveAndRevert(struct InboundPacket[] _packets) payable
lzReceiveSimulate(struct Origin _origin, bytes32 _guid, bytes _message, address _executor, bytes _extraData) payable
renounceOwnership()
resetLastLookupId()
send(struct SendParam _sendParam, struct MessagingFee _fee, address _refundAddress) payable returns (struct MessagingReceipt msgReceipt, struct OFTReceipt oftReceipt)
setAuctionProtocol(address auctionProtocol_)
setBaseURI(string baseURI_)
setDelegate(address _delegate)
setEnforcedOptions(struct EnforcedOptionParam[] _enforcedOptions)
setLandProfitProtocol(address landProfitProtocol_)
setLookupIds(uint16[] ids)
setMsgInspector(address _msgInspector)
setPeer(uint32 _eid, bytes32 _peer)
setPreCrime(address _preCrime)
setProfit(address a, uint256 profit)
setSkipNFT(bool skipNFT) returns (bool)
setTeamWallet(address teamWallet_)
setWhitelist(address address_, bool skipNFT)
teamMintLand(uint256 amount)
toggleEnableAuctionMint()
toggleEnableAuctionRefund()
toggleEnableSetSkipNFT()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 amount)
EnforcedOptionSet(struct EnforcedOptionParam[] _enforcedOptions)
MsgInspectorSet(address inspector)
OFTReceived(bytes32 indexed guid, uint32 srcEid, address indexed toAddress, uint256 amountReceivedLD)
OFTSent(bytes32 indexed guid, uint32 dstEid, address indexed fromAddress, uint256 amountSentLD, uint256 amountReceivedLD)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeerSet(uint32 eid, bytes32 peer)
PreCrimeSet(address preCrimeAddress)
SkipNFTSet(address indexed target, bool status)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address _lzEndpoint, address _teamWallet)
fallback()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ApprovalCallerNotOwnerNorApproved()
DNAlreadyInitialized()
DNNotInitialized()
FailedInnerCall()
FnSelectorNotRecognized()
InsufficientAllowance()
InsufficientBalance()
InvalidDelegate()
InvalidEndpointCall()
InvalidLocalDecimals()
InvalidOptions(bytes options)
LinkMirrorContractFailed()
LzTokenUnavailable()
MirrorAddressIsZero()
NoPeer(uint32 eid)
NotEnoughNative(uint256 msgValue)
OnlyEndpoint(address addr)
OnlyPeer(uint32 eid, bytes32 sender)
OnlySelf()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
Reentrancy()
SafeERC20FailedOperation(address token)
SenderNotMirror()
SimulationResult(bytes result)
SlippageExceeded(uint256 amountLD, uint256 minAmountLD)
TokenDoesNotExist()
TotalSupplyOverflow()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToZeroAddress()
UnitIsZero()