VTEX Promo Token
Verified contract
Active on
Ethereum with 5,423 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 |
---|---|---|---|---|---|
VTEXP | ERC-20 | 2.139K | -- | -- | |
VTEXP | ERC-20 | 18 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453213 | 4 months ago | | | 0 | 0.000054556000 | |
| 12995312 | 3 years ago | | | 0 | 0.0020561123 | |
| 12579684 | 3 years ago | | | 0 | 0.00059056000 | |
| 11056943 | 4 years ago | | | 0 | 0.00096923200 | |
| 10266436 | 4 years ago | | | 0 | 0.00061678400 | |
| 10204896 | 4 years ago | | | 0 | 0.0013657360 | |
| 9980435 | 5 years ago | | | 0 | 0.00039639600 | |
| 9912457 | 5 years ago | | | 0 | 0.000052867200 | |
| 9901392 | 5 years ago | | | 0 | 0.00017622400 | |
| 9867064 | 5 years ago | | | 0 | 0.000029056000 |
ABI
ABI objects
Getter at block 21304967
decimals() view returns (uint8)
5
mintingFinished() view returns (bool)
false
name() view returns (string)
VTEX Promo Token
owner() view returns (address)
0xc03cd2b22426ec6a37eb908a7930428ca5c5bda4
symbol() view returns (string)
VTEXP
totalSupply() view returns (uint256)
2825346818976
Read-only
LocklistAddressisListed(address _addr) view returns (bool)
balanceEth(address _owner) view returns (uint256 balance)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events LocklistAddressdisable(address _addr)
LocklistAddressenable(address _addr)
LocklistedAddress()
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
AddressAdded(address _addr)
AddressRemoved(address _addr)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.