New Order
Verified contract
Active on
Ethereum with 8,985 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "New Order"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21305610 | 2 days ago | | | 0 | 0.00018859408 | |
| 21303820 | 2 days ago | | | 0 | 0.00031295453 | |
| 21292664 | 3 days ago | | | 0 | 0.00024810480 | |
| 21292657 | 3 days ago | | | 0 | 0.00023837520 | |
| 21292656 | 3 days ago | | | 0 | 0.00023837520 | |
| 21292062 | 3 days ago | | | 0 | 0.00017827723 | |
| 21263289 | 7 days ago | | | 0 | 0.00018972720 | |
| 21263288 | 7 days ago | | | 0 | 0.00019459200 | |
| 21263287 | 7 days ago | | | 0 | 0.00019459200 | |
| 21199960 | 16 days ago | | | 0 | 0.00029819173 |
ABI
ABI objects
Getter at block 21316913
decimals() view returns (uint8)
18
name() view returns (string)
New Order
symbol() view returns (string)
NEWO
totalSupply() view returns (uint256)
800000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceLocked(address who) view returns (uint256 amount)
balanceOf(address account) view returns (uint256)
balanceUnlocked(address who) view returns (uint256 amount)
baseTokensLocked(address) view returns (uint256)
lockTime(address) view returns (uint256)
unlockEpoch(address) view returns (uint256)
unlockedPerEpoch(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
clearLock()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseUnlockAmount(uint256 subtractedValue)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseTokensLocked(uint256 addedValue)
increaseUnlockTime(uint256 addedValue)
newTokenLock(uint256 baseTokensLocked_, uint256 unlockEpoch_, uint256 unlockedPerEpoch_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
NewTokenLock(address tokenHolder, uint256 amountLocked, uint256 time, uint256 unlockPeriod, uint256 unlockedPerPeriod)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateTokenLock(address tokenHolder, uint256 amountLocked, uint256 time, uint256 unlockPeriod, uint256 unlockedPerPeriod)
constructor(string name_, string symbol_, uint256 amount_, address deployer_)
This contract contains no fallback and receive objects.
This contract contains no error objects.