BSYToken
Verified contract
Active on
Ethereum with 1,517 txns
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 "BSYToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19851230 | 6 months ago | | | 0 | 0.00017043927 | |
| 19791307 | 6 months ago | | | 0 | 0.00020968929 | |
| 19766708 | 7 months ago | | | 0 | 0.00063046400 | |
| 19737842 | 7 months ago | | | 0 | 0.00044638236 | |
| 19417653 | 8 months ago | | | 0 | 0.0038914720 | |
| 19417621 | 8 months ago | | | 0 | 0.0027116284 | |
| 17747044 | a year ago | | | 0 | 0.00077171855 | |
| 17747039 | a year ago | | | 0 | 0.00066541354 | |
| 17740882 | a year ago | | | 0 | 0.0013389200 | |
| 17214561 | 2 years ago | | | 0 | 0.0051679160 |
ABI
ABI objects
Getter at block 21204602
burnAddress() view returns (address)
0x0264725aa476191aeb49959fd0d622a9bb524fab
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
BSYToken
owner() view returns (address)
0x8e40c7f138bcfd0baa8bcfe9c286411cc742d243
symbol() view returns (string)
BSY
tokensToMint() view returns (uint256)
0
totalSupply() view returns (uint256)
50000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
notify(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
recoverTokens(address token, address to, uint256 amount)
register()
renounceOwnership()
setBurnAddress(address _burnAddress)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unregister()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.