Bluenote World Token
Verified contract
Active on
Ethereum with 1,442 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- | |
BNOW | ERC-20 | 700 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14242924 | 3 years ago | | | 0 | 0.0020626436 | |
| 11726339 | 4 years ago | | | 0 | 0.0024804360 | |
| 11584017 | 4 years ago | | | 0 | 0.0026879650 | |
| 11222792 | 4 years ago | | | 0 | 0.00072930000 | |
| 11000121 | 4 years ago | | | 0 | 0.0013136040 | |
| 11000121 | 4 years ago | | | 0 | 0.0013136040 | |
| 11000117 | 4 years ago | | | 0 | 0.0013509810 | |
| 10552907 | 4 years ago | | | 0 | 0.0022265611 | |
| 10545497 | 4 years ago | | | 0 | 0.0025932750 | |
| 10442676 | 4 years ago | | | 0 | 0.00076652105 |
ABI
ABI objects
Getter at block 21273395
decimals() view returns (uint8)
18
name() view returns (string)
Bluenote World Token
symbol() view returns (string)
BNOW
totalSupply() view returns (uint256)
12500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getUnlockableTokens(address account) view returns (uint256 unlockableTokens)
lockReason(address, uint256) view returns (bytes32)
locked(address, bytes32) view returns (uint256 amount, uint256 validity, bool claimed)
tokensLocked(address account, bytes32 reason) view returns (uint256 amount)
tokensLockedAtTime(address account, bytes32 reason, uint256 time) view returns (uint256 amount)
tokensUnlockable(address who, bytes32 reason) view returns (uint256 amount)
totalBalanceOf(address who) view returns (uint256 amount)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
extendLock(bytes32 reason, uint256 time) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseLockAmount(bytes32 reason, uint256 amount) returns (bool)
lock(bytes32 reason, uint256 amount, uint256 time) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferWithLock(address to, bytes32 reason, uint256 amount, uint256 time) returns (bool)
unlock(address account) returns (uint256 unlockableTokens)
Approval(address indexed owner, address indexed spender, uint256 value)
Locked(address indexed account, bytes32 indexed reason, uint256 amount, uint256 validity)
Transfer(address indexed from, address indexed to, uint256 value)
Unlocked(address indexed account, bytes32 indexed reason, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.