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 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
VZT | ERC-20 | 11.202705K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
ALTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452883 | 4 months ago | | | 0 | 0.000033867000 | |
| 18832604 | a year ago | | | 0 | 0.0015952408 | |
| 18402375 | a year ago | | | 0 | 0.00038753457 | |
| 18375946 | a year ago | | | 0 | 0.00041438178 | |
| 17049466 | 2 years ago | | | 0 | 0.00081557726 | |
| 14715453 | 3 years ago | | | 0 | 0.0020039071 | |
| 13976512 | 3 years ago | | | 0 | 0.0025099839 | |
| 13904026 | 3 years ago | | | 0 | 0.0048710139 | |
| 13886026 | 3 years ago | | | 0 | 0.0029027568 | |
| 12834459 | 3 years ago | | | 0 | 0.0011757203 |
ABI
ABI objects
Getter at block 21255745
administrationContractFrozen() view returns (bool)
false
administrator() view returns (address)
0xa917fc295b2edfb1229bb482639f42482e17b44a
contractLaunched() view returns (bool)
true
decimals() view returns (uint8)
18
name() view returns (string)
Vezt
owner() view returns (address)
0xa917fc295b2edfb1229bb482639f42482e17b44a
royaltyInformationContract() view returns (address)
0x0000000000000000000000000000000000000000
songTokenExchange() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
VZT
tokenMintingEnabled() view returns (bool)
true
tokenTransfersFrozen() view returns (bool)
false
totalSupply() view returns (uint256 _totalSupply)
125000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 _allowance)
allowed(address, address) view returns (uint256)
balanceOf(address _person) view returns (uint256 _balanceOf)
balances(address) view returns (uint256)
moderators(address) view returns (bool)
State-modifying
Events addModerator(address _newMod) returns (bool success)
approve(address _spender, uint256 _amount) returns (bool approved)
disableTokenMinting() returns (bool disabled)
enableTokenMinting() returns (bool enabled)
freezeAdministrationContract() returns (bool frozen)
freezeTokenTransfers() returns (bool frozen)
launchContract() returns (bool launched)
removeModerator(address _removeMod) returns (bool success)
setAdministrator(address _administrator) returns (bool success)
setRoyaltyInformationContract(address _royaltyInformationContract) returns (bool set)
setTokenExchange(address _songTokenExchange) returns (bool set)
thawTokenTransfers() returns (bool thawed)
tokenBurner(uint256 _amount) returns (bool burned)
tokenFactory(uint256 _amount) returns (bool minted)
transactionReplay(address _receiver, uint256 _amount) returns (bool replayed)
transfer(address _receiver, uint256 _amount) returns (bool transferred)
transferFrom(address _owner, address _receiver, uint256 _amount) returns (bool transferred)
transferOwnership(address _newOwner) returns (bool success)
unfreezeAdministrationContract() returns (bool unfrozen)
AdministratorAdded(address indexed _invoker, address indexed _newAdmin, bool indexed _newAdminAdded)
Approve(address indexed _owner, address indexed _spender, uint256 _amount)
FreezeTokenTransfers(address indexed _invoker, bool _frozen)
LaunchContract(address indexed _launcher, bool _launched)
MintTokens(address indexed _minter, uint256 _amount, bool indexed _minted)
ModeratorAdded(address indexed _invoker, address indexed _newMod, bool indexed _newModAdded)
ModeratorRemoved(address indexed _invoker, address indexed _removeMod, bool indexed _modRemoved)
RoyaltyInformationContractSet(address indexed _invoker, address indexed _newRoyaltyContract, bool indexed _newRoyaltyContractSet)
SongTokenAdded(address indexed _songTokenAddress, bool indexed _songTokenAdded)
SongTokenExchangeContractSet(address indexed _invoker, address indexed _newSongTokenExchangeContract, bool indexed _newSongTokenExchangeSet)
SongTokenRemoved(address indexed _songTokenAddress, bool indexed _songTokenRemoved)
ThawTokenTransfers(address indexed _invoker, bool _thawed)
TokenMintingDisabled(address indexed _invoker, bool indexed _disabled)
TokenMintingEnabled(address indexed _invoker, bool indexed _enabled)
Transfer(address indexed _sender, address indexed _recipient, uint256 _amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.