Syrup Token
Verified contract
Proxy
Active on
Base with 67 txns
Unified storage
Map
Table
Raw
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 "Syrup Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22754983 | 18 minutes ago | | | 0 | 9.1344400e-7 | |
| 22736120 | 11 hours ago | | | 0 | 0.0000060042829 | |
| 22734691 | 12 hours ago | | | 0 | 1.6978698e-7 | |
| 22734633 | 12 hours ago | | | 0 | 1.7481832e-7 | |
| 22732046 | 13 hours ago | | | 0 | 0.0000057410777 | |
| 22717248 | 21 hours ago | | | 0 | 6.2124132e-7 | |
| 22717214 | 21 hours ago | | | 0 | 3.9672379e-7 | |
| 22717212 | 21 hours ago | | | 0 | 6.2111102e-7 | |
| 22717150 | 21 hours ago | | | 0 | 6.4201043e-7 | |
| 22716995 | 21 hours ago | | | 0 | 6.5327629e-7 |
ABI
ABI objects
Getter at block 22755518
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
msgInspector() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Syrup Token
oApp() view returns (address)
0x688aee022aa544f150678b8e5720b6b96a9e9a2f
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)
0xa263b86ee90918ce797e2cf8d98c74e3af50367f
preCrime() view returns (address)
0x0000000000000000000000000000000000000000
sharedDecimals() pure returns (uint8)
6
symbol() view returns (string)
SYRUP
token() view returns (address)
0x688aee022aa544f150678b8e5720b6b96a9e9a2f
totalSupply() view returns (uint256)
1822470292122000000000000
Read-only
allowInitializePath(struct Origin origin) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
combineOptions(uint32 _eid, uint16 _msgType, bytes _extraOptions) view returns (bytes)
enforcedOptions(uint32 _eid, uint16 _msgType) view returns (bytes)
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)
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 value) returns (bool)
initialize(string _name, string _symbol, address _delegate)
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()
send(struct SendParam _sendParam, struct MessagingFee _fee, address _refundAddress) payable returns (struct MessagingReceipt msgReceipt, struct OFTReceipt oftReceipt)
setDelegate(address _delegate)
setEnforcedOptions(struct EnforcedOptionParam[] _enforcedOptions)
setMsgInspector(address _msgInspector)
setPeer(uint32 _eid, bytes32 _peer)
setPreCrime(address _preCrime)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
EnforcedOptionSet(struct EnforcedOptionParam[] _enforcedOptions)
Initialized(uint64 version)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
InvalidDelegate()
InvalidEndpointCall()
InvalidInitialization()
InvalidLocalDecimals()
InvalidOptions(bytes options)
LzTokenUnavailable()
NoPeer(uint32 eid)
NotEnoughNative(uint256 msgValue)
NotInitializing()
OnlyEndpoint(address addr)
OnlyPeer(uint32 eid, bytes32 sender)
OnlySelf()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
SimulationResult(bytes result)
SlippageExceeded(uint256 amountLD, uint256 minAmountLD)