Tranche Finance
Verified contract
Active on
Ethereum with 3,685 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.38)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SLICE | ERC-20 | 10 | $0.037551 |
$0.38 | |
JNT | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21238626 | 5 days ago | | | 0 | 0.0010634455 | |
| 21234813 | 6 days ago | | | 0 | 0.00046841710 | |
| 21234813 | 6 days ago | | | 0 | 0.00050544373 | |
| 21234809 | 6 days ago | | | 0 | 0.00053367373 | |
| 21234792 | 6 days ago | | | 0 | 0.00059880802 | |
| 21192359 | 12 days ago | | | 0 | 0.00093252000 | |
| 21161354 | 16 days ago | | | 0 | 0.00074152625 | |
| 21153262 | 17 days ago | | | 0 | 0.00093887523 | |
| 21068254 | a month ago | | | 0 | 0.00091787434 | |
| 21046534 | a month ago | | | 0 | 0.00033470174 |
ABI
ABI objects
Getter at block 21275132
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
decimals() view returns (uint8)
18
minimumTimeBetweenMints() view returns (uint32)
31536000
mintCap() view returns (uint8)
2
mintingAllowedAfter() view returns (uint256)
1640782866
name() view returns (string)
Tranche Finance
owner() view returns (address)
0x5ad3330aebdd74d7dda641d37273ac1835ee9330
paused() view returns (bool)
false
symbol() view returns (string)
SLICE
totalSupply() view returns (uint256)
20000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint256 fromBlock, uint256 votes)
delegates(address delegator) view returns (address)
getBlackListStatus(address _maker) view returns (bool)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
isBlackListed(address) view returns (bool)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events addBlackList(address _evilUser)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 _burnVal)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient, uint256 _mintVal)
removeBlackList(address _clearedUser)
renounceOwnership()
setPause()
setUnpause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
AddedBlackList(address _user)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RemovedBlackList(address _user)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string _name, string _symbol, uint256 _initialSupply, uint256 mintingAllowedAfter_)
This contract contains no fallback and receive objects.
This contract contains no error objects.