NOBLESSE
Verified contract
Active on
Ethereum with 5,776 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NBL | ERC-20 | 276.044K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13603723 | 3 years ago | | | 0 | 0.0075708752 | |
| 13602706 | 3 years ago | | | 0 | 0.0069750993 | |
| 13601034 | 3 years ago | | | 0 | 0.0051902197 | |
| 13600260 | 3 years ago | | | 0 | 0.0076748850 | |
| 13555293 | 3 years ago | | | 0 | 0.0048135608 | |
| 13555264 | 3 years ago | | | 0 | 0.0069130816 | |
| 13539033 | 3 years ago | | | 0 | 0.0069585250 | |
| 13538890 | 3 years ago | | | 0 | 0.010979254 | |
| 13314124 | 3 years ago | | | 0 | 0.0026043501 | |
| 12943344 | 3 years ago | | | 0 | 0.00084523670 |
ABI
ABI objects
Getter at block 21259591
INITIAL_SUPPLY() view returns (uint256)
200000000000000000000000000
decimals() view returns (uint8)
18
distributionContract() view returns (address)
0xd2fca5f0f673120b47caac35fbf19bc6e5137857
name() view returns (string)
NOBLESSE
owner() view returns (address)
0x1c567c0421ac3bf17ae9210c47c9a89255e3d628
paused() view returns (bool)
false
symbol() view returns (string)
NBL
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
frozen(address _target) view returns (bool)
frozenAccounts(address) view returns (bool)
State-modifying
Events addDistributionContract(address _contract)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
freezeAccount(address target)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unFreezeAccount(address target)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.