Orderly Network

Verified contract

Active on Ethereum with 73,146 txns
Deployed by via 0xb5f92c41 at 20467924
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $864.02
0x79ec460ac50dc8d8cd914b3fa29ec6398c5c94692629a0a81fed32719761c8fc
0x9658558c05df4dcd1fe90c901c77a16d445ce7c2c480314b48845634d3b60d38
0xf98b9be680fbd265e3fbc2d97af90ad0206d999392a6d58b5e2d1775dd293c03
0xdd2cd3d682b69f328127656d976052b1ff3d4d98ff84bfda4c6aac1cc15c838d
0x585c37588095f54856d673c5a50b1a01639a69ddc9c5bb7701ead6cf93862170
0x706a2303a8f42c138a4fc62acb6d04cab64fe94ef64ff00e3c3f92f6e490f43e
0x7048ac45f3e33e4cd44bd54435f3978f02dc7a70db4187467d988b38e2037e12
0x43486b125a8ba4ff7b5c8cfbef2977c25e9d9231b712fd447143803d5ff5b9c3
0x69b505f0a9f5184fbb0b2f0d313612625b2f97bb85ef39fc6dcf641053a71f18
0x3b867d5c7871a4d4bac9a53815aaa3bf9f20e9e30196c49ed5b8500a10179c23

Functions
Getter at block 20790333
decimals(view returns (uint8)
18
name(view returns (string)
Orderly Network
symbol(view returns (string)
ORDER
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _initDistributor
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender