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 "JBToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16133771 | 2 years ago | | | 0 | 0.00041332697 | |
| 15547960 | 2 years ago | | | 0 | 0.00032576227 | |
| 15547958 | 2 years ago | | | 0 | 0.00027547231 | |
| 15547927 | 2 years ago | | | 0 | 0.00029788524 | |
| 15497711 | 2 years ago | | | 0 | 0.0018041922 | |
| 15491879 | 2 years ago | | | 0 | 0.0019902559 | |
| 15491194 | 2 years ago | | | 0 | 0.0018184345 | |
| 15486674 | 2 years ago | | | 0 | 0.00044276761 | |
| 15486452 | 2 years ago | | | 0 | 0.00080344144 | |
| 15486083 | 2 years ago | | | 0 | 0.0017838506 |
ABI
ABI objects
Getter at block 21184012
DOMAIN_SEPARATOR() view returns (bytes32)
0xcaf4327d0b69b941b811ff78341afc577e2099bd626551f9b960a064230ea1d8
decimals() view returns (uint8)
18
name() view returns (string)
SCHIZO DAO GOVERNANCE TOKEN
owner() view returns (address)
0xcbb8e16d998161adb20465830107ca298995f371
symbol() view returns (string)
ABILIFY
totalSupply() view returns (uint256)
9310000000875367687364979960000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address _account, uint256 _projectId) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
totalSupply(uint256 _projectId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approve(uint256 _projectId, address _spender, uint256 _amount)
burn(uint256 _projectId, address _account, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 _projectId, address _account, uint256 _amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transfer(uint256 _projectId, address _to, uint256 _amount)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferFrom(uint256 _projectId, address _from, address _to, uint256 _amount)
transferOwnership(address newOwner)
transferOwnership(uint256 _projectId, 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.