simplyBrand Token
Verified contract
Active on
Ethereum with 5,422 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 "simplyBrand Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11166244 | 4 years ago | | | 0 | 0.0021473050 | |
| 11166237 | 4 years ago | | | 0 | 0.0021473050 | |
| 11141263 | 4 years ago | | | 0 | 0.00038489400 | |
| 11014373 | 4 years ago | | | 0 | 0.0020738310 | |
| 10966862 | 4 years ago | | | 0 | 0.0027614697 | |
| 10966862 | 4 years ago | | | 0 | 0.0027614697 | |
| 10768595 | 4 years ago | | | 0 | 0.0086846221 | |
| 10768595 | 4 years ago | | | 0 | 0.0086846221 | |
| 10568556 | 4 years ago | | | 0 | 0.0040421513 | |
| 10568550 | 4 years ago | | | 0 | 0.0022227205 |
ABI
ABI objects
Getter at block 21260717
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
simplyBrand Token
owner() view returns (address)
0x725c947dcd9b2a63ecaa9ad2705b55962913cc05
symbol() view returns (string)
SBA
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _simplyBrand, uint256 _totalSupply)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
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)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.