GU Tournament Passes
Verified contract
Active on
Ethereum with 1,217 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe7e0…ecd8
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- | |
PASS | ERC-20 | 1 | -- | -- | |
WDT | ERC-20 | 0.0003 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20589443 | 4 months ago | | | 0 | 0.000022855153 | |
| 19032169 | a year ago | | | 0 | 0.00086991090 | |
| 19032047 | a year ago | | | 0 | 0.0010815105 | |
| 18475666 | a year ago | | | 0 | 0.00029485193 | |
| 16993575 | 2 years ago | | | 0 | 0.00093068210 | |
| 14231613 | 3 years ago | | | 0 | 0.0034007784 | |
| 14231590 | 3 years ago | | | 0 | 0.0044431458 | |
| 14104346 | 3 years ago | | | 0 | 0.0043515097 | |
| 14037618 | 3 years ago | | | 0 | 0.0048226000 | |
| 14037606 | 3 years ago | | | 0 | 0.0052226000 |
ABI
ABI objects
Getter at block 21401101
name() view returns (string)
GU Tournament Passes
owner() view returns (address)
0xd2c37fc6fd89563187f3679304975655e448d192
price() view returns (uint256)
250000000000000000
symbol() view returns (string)
PASS
totalSupply() view returns (uint256)
20000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256)
minters(uint256) view returns (address)
State-modifying
Events addMinter(address minter)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address spender, uint256 subtractedValue) returns (bool)
increaseApproval(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount) returns (bool)
purchase(uint256 amount) payable
setOwner(address _owner)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _vault)
This contract contains no fallback and receive objects.
This contract contains no error objects.