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 "Setter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22660797 | 2 days ago | | | 0 | 0.0000016936369 | |
| 22658241 | 2 days ago | | | 0 | 7.5685222e-7 | |
| 22621867 | 3 days ago | | | 0 | 0.000036762016 | |
| 22621768 | 3 days ago | | | 0 | 3.9728938e-7 | |
| 22621660 | 3 days ago | | | 0 | 3.9567193e-7 | |
| 22621600 | 3 days ago | | | 0 | 3.9777456e-7 | |
| 22621566 | 3 days ago | | | 0 | 3.9699980e-7 | |
| 22608515 | 3 days ago | | | 0 | 2.8019216e-7 | |
| 22597505 | 4 days ago | | | 0 | 0.000000400486964220 | |
| 22576108 | 4 days ago | | | 0 | 7.6894366e-7 |
ABI
ABI objects
Getter at block 22754540
SEND() view returns (uint16)
1
SEND_AND_CALL() view returns (uint16)
2
approvalRequired() pure returns (bool)
false
decimalConversionRate() view returns (uint256)
1000000000000
decimals() view returns (uint8)
18
endpoint() view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
minter() view returns (address)
0xb8c00fdbaa76ffed61d1c65326ea1bd596a6cef1
mirrorERC721() view returns (address)
0xf5efdefd420e15ccd73b99addea1356401f9224f
msgInspector() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Setter
nextTokenId() view returns (uint32)
12323
oApp() view returns (address)
0xffe95063094c18225c454e7f90e9342b9b1cabad
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)
0x0d59de0e848f8643c09d8111a8547190d86693fe
preCrime() view returns (address)
0x0000000000000000000000000000000000000000
sharedDecimals() view returns (uint8)
6
symbol() view returns (string)
STR
token() view returns (address)
0xffe95063094c18225c454e7f90e9342b9b1cabad
totalSupply() view returns (uint256)
1309981381999999989998979000
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)
getAux(address owner) view returns (uint88)
getProtectedNFT(uint256 id) view returns (bool)
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)
ownedIds(address account, uint256 begin, uint256 end) view returns (uint256[])
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 approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
initialize(string name_, string symbol_, string uri, address minter_, uint256 customUnit, uint256 initialTokenSupply, address initialSupplyOwner, address mirror)
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
mint(address to, uint256 amount)
mintNext(address to, uint256 amount)
renounceOwnership()
send(struct SendParam _sendParam, struct MessagingFee _fee, address _refundAddress) payable returns (struct MessagingReceipt msgReceipt, struct OFTReceipt oftReceipt)
setAux(address owner, uint88 value)
setBaseURI(string uri)
setDelegate(address _delegate)
setEnforcedOptions(struct EnforcedOptionParam[] _enforcedOptions)
setMinter(address newMinter)
setMsgInspector(address _msgInspector)
setNameAndSymbol(string name_, string symbol_)
setPeer(uint32 _eid, bytes32 _peer)
setPreCrime(address _preCrime)
setProtectedNFT(uint256 id, bool isProtected)
setSkipNFT(bool skipNFT) returns (bool)
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)
MinterUpdated(address indexed previousMinter, address indexed newMinter)
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)
ProtectedNFTSet(uint256 indexed id, bool isProtected)
SkipNFTSet(address indexed owner, bool status)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address lzEndpoint, address delegate)
fallback()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ApprovalCallerNotOwnerNorApproved()
DNAlreadyInitialized()
DNNotInitialized()
FailedInnerCall()
FnSelectorNotRecognized()
InsufficientAllowance()
InsufficientBalance()
InvalidDelegate()
InvalidEndpointCall()
InvalidLocalDecimals()
InvalidOptions(bytes options)
InvalidUnit()
LinkMirrorContractFailed()
LzTokenUnavailable()
MinterUnauthorizedAccount()
MirrorAddressIsZero()
NFTProtected(uint256 id)
NoPeer(uint32 eid)
NotEnoughNative(uint256 msgValue)
OnlyEndpoint(address addr)
OnlyPeer(uint32 eid, bytes32 sender)
OnlySelf()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ProtectedNFTCallerNotOwnerNorApproved()
SafeERC20FailedOperation(address token)
SenderNotMirror()
SimulationResult(bytes result)
SlippageExceeded(uint256 amountLD, uint256 minAmountLD)
TokenDoesNotExist()
TotalSupplyOverflow()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToZeroAddress()