Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
TALAO | ERC-20 | 254.903995K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
PMT | ERC-20 | 0.0021 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20709995 | 3 months ago | | | 0 | 0.000086011169 | |
| 20709980 | 3 months ago | | | 0 | 0.00012613598 | |
| 20709903 | 3 months ago | | | 0 | 0.00014855987 | |
| 20654877 | 3 months ago | | | 0 | 0.000055807786 | |
| 20325444 | 4 months ago | | | 0 | 0.00025992334 | |
| 19812232 | 7 months ago | | | 0 | 0.00031952859 | |
| 19725879 | 7 months ago | | | 0 | 0.0013787496 | |
| 19699124 | 7 months ago | | | 0 | 0.00033815823 | |
| 19533836 | 8 months ago | | | 0 | 0.0022672213 | |
| 18356893 | a year ago | | | 0 | 0.00042671078 |
ABI
ABI objects
Getter at block 21292034
decimals() view returns (uint8)
18
marketplace() view returns (address)
0x8b953c194063f5ffd1faa7672de3601c25e3f1ea
mintingFinished() view returns (bool)
true
name() view returns (string)
Talao
owner() view returns (address)
0x71dca5e371542be432c19525394ec28a9a6d8a76
symbol() view returns (string)
TALAO
totalDeposit() view returns (uint256)
4699995300000000000000
totalSupply() view returns (uint256)
150000000000000000000000000
vaultDeposit() view returns (uint256)
99999900000000000000
Read-only
accessAllowance(address, address) view returns (bool clientAgreement, uint256 clientDate)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
data(address) view returns (uint256 accessPrice, address appointedAgent, uint256 sharingPlan, uint256 userDeposit)
getFreelanceAgent(address freelance) view returns (address)
hasVaultAccess(address freelance, address user) view returns (bool)
State-modifying
Events agentApproval(address newagent, uint256 newplan)
approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool)
closeVaultAccess()
createVaultAccess(uint256 price)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
getVaultAccess(address freelance) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
setMarketplace(address theMarketplace)
setVaultDeposit(uint256 newdeposit)
transfer(address _to, uint256 _value) returns (bool result)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
withdrawEther(uint256 ethers)
withdrawTalao(uint256 tokens)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Vault(address indexed client, address indexed freelance, uint8 status)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.