ZildFinanceCoin
Verified contract
Active on
Ethereum with 233,043 txns
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 |
---|---|---|---|---|---|
Zild | ERC-20 | 9.980185M | -- | -- | |
MC | ERC-20 | 2 | -- | -- | |
BER | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20986908 | a month ago | | | 0 | 0.0011735248 | |
| 20896923 | 2 months ago | | | 0 | 0.00012240571 | |
| 20453367 | 4 months ago | | | 0 | 0.000034412000 | |
| 20374703 | 4 months ago | | | 0 | 0.0015518400 | |
| 19946393 | 6 months ago | | | 0 | 0.00021195229 | |
| 19529160 | 8 months ago | | | 0 | 0.00082119018 | |
| 19529156 | 8 months ago | | | 0 | 0.00063364469 | |
| 19529151 | 8 months ago | | | 0 | 0.00068976810 | |
| 18214541 | a year ago | | | 0 | 0.00058856892 | |
| 18214248 | a year ago | | | 0 | 0.0016951200 |
ABI
ABI objects
Getter at block 21273918
FounderAllocation() view returns (uint256)
14970000000000000000000000
FounderLockupAmount() view returns (uint256)
9980000000000000000000000
FounderLockupCliff() view returns (uint256)
31536000
FounderReleaseAmount() view returns (uint256)
207916000000000000000000
FounderReleaseInterval() view returns (uint256)
2592000
FurnaceAllocation() view returns (uint256)
1500000000000000000000000
MarketingAllocation() view returns (uint256)
3490000000000000000000000
allowBurn() view returns (uint256)
21000000000000000000000000
decimals() view returns (uint8)
18
founder() view returns (address)
0x105f7e95a94047224e63947a522864bfbae04beb
founderLockupStartTime() view returns (uint256)
1599114291
founderReleasedAmount() view returns (uint256)
0
isOwner() view returns (bool)
false
name() view returns (string)
Zild Finance Coin
owner() view returns (address)
0xfc96e922f8e73a2effecee10c30c2d82c47d7e44
symbol() view returns (string)
Zild
tokenDestroyed() view returns (uint256)
1157561103535985567971695
totalSupply() view returns (uint256)
98642438896464014432028305
Read-only
allowance(address from, address to) view returns (uint256)
balanceOf(address account) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address to, uint256 amount) returns (bool)
burn(uint256 _value) returns (bool)
changeFounder(address _founder)
freezeAccount(address _target, bool _bool)
release()
setFurnace(address furnace)
setMinter(address minter)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed from, address indexed to, uint256 value)
Burn(address indexed _from, uint256 _tokenDestroyed, uint256 _timestamp)
ChangeFounder(address indexed previousFounder, address indexed newFounder)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetFurnace(address indexed furnace)
SetMarketing(address indexed marketing)
SetMinter(address indexed minter)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _founder, address _marketing)
This contract contains no fallback and receive objects.
This contract contains no error objects.