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 "BNS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16539768 | 2 years ago | | | 0 | 0.00087898715 | |
| 16445590 | 2 years ago | | | 0 | 0.0010813812 | |
| 14320147 | 3 years ago | | | 0 | 0.0015481658 | |
| 13820631 | 3 years ago | | | 0 | 0.0039796604 | |
| 13183030 | 3 years ago | | | 0 | 0.0048319320 | |
| 12067130 | 4 years ago | | | 0 | 0.0028026000 | |
| 9980026 | 5 years ago | | | 0 | 0.00036046561 | |
| 9752770 | 5 years ago | | | 0 | 0.000071986000 | |
| 9740342 | 5 years ago | | | 0 | 0.00045005401 | |
| 9368442 | 5 years ago | | | 0 | 0.000053989500 |
ABI
ABI objects
Getter at block 21164286
INITIAL_SUPPLY() view returns (uint256)
2799811359000000000000000000
decimals() view returns (uint256)
18
distributionContract() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
BNS
owner() view returns (address)
0xf6a59ae28dca40cac60e1a9ca4a722cff695be53
paused() view returns (bool)
false
symbol() view returns (string)
BNS
totalSupply() view returns (uint256)
2774077940000000000000000000
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)
releasetime(address _target) view returns (uint256)
timelockAccounts(address) view returns (uint256)
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()
timelockAccount(address target, uint256 releasetime)
timeunlockAccount(address target)
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()
TimeLockFunds(address target, uint256 releasetime)
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.