Auction Universal Program
Verified contract
Active on
Ethereum with 17,835 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 |
---|---|---|---|---|---|
UAP | ERC-20 | 197.13301K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17464202 | a year ago | | | 0 | 0.0010427421 | |
| 14945971 | 2 years ago | | | 0 | 0.00067384800 | |
| 14914245 | 2 years ago | | | 0 | 0.00086219410 | |
| 14913302 | 2 years ago | | | 0 | 0.0014961584 | |
| 14913271 | 2 years ago | | | 0 | 0.0015398282 | |
| 14909347 | 2 years ago | | | 0 | 0.0019472858 | |
| 14909317 | 2 years ago | | | 0 | 0.0020190793 | |
| 14900065 | 2 years ago | | | 0 | 0.0030324930 | |
| 14297652 | 3 years ago | | | 0 | 0.0063733545 | |
| 12557415 | 3 years ago | | | 0 | 0.00058271203 |
ABI
ABI objects
Getter at block 21256735
decimals() pure returns (uint8)
18
initialSuppy() pure returns (uint256)
8680500000000000000000000000
mintingFinished() pure returns (bool)
false
name() pure returns (string)
Auction Universal Program
owner() pure returns (address)
0x1876db769eb8454ea2630ef2685acbdf49759780
paused() pure returns (bool)
false
symbol() pure returns (string)
UAP
totalSupply() pure returns (uint256)
8680500000000000000000000000
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(address _tokenWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.