Zivoe Senior Tranche
Verified contract
Active on
Ethereum with 39 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 "Zivoe Senior Tranche"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21192792 | 2 days ago | | | 0 | 0.00065769283 | |
| 21170583 | 5 days ago | | | 0 | 0.0016370198 | |
| 21089449 | 17 days ago | | | 0 | 0.00029397601 | |
| 21067480 | 20 days ago | | | 0 | 0.00041250070 | |
| 20974670 | a month ago | | | 0 | 0.00052835517 | |
| 20974191 | a month ago | | | 0 | 0.00052237399 | |
| 20974175 | a month ago | | | 0 | 0.00026345281 | |
| 20953222 | a month ago | | | 0 | 0.00043914887 | |
| 20923479 | a month ago | | | 0 | 0.00092390403 | |
| 20874263 | 2 months ago | | | 0 | 0.00030521254 |
ABI
ABI objects
Getter at block 21208265
decimals() view returns (uint8)
18
name() view returns (string)
Zivoe Senior Tranche
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
zSTT
totalSupply() view returns (uint256)
5027279312771612962681129
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool minter)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
changeMinterRole(address account, bool allowed)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterUpdated(address indexed account, bool allowed)
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.